a {
    text-decoration: none;
    color: black;
}

.ourServices, .insurance {
    margin: 2em 2em 4em 2em;
}

h1.fffText {
    font-size: 32px;
}

h2.fffText {
    font-size: 24px;
}
h3.fffText {
    font-size: 18px;
}
ul.ourServices_ul > li, ul.insurance_ul > li{
    list-style-type: initial;
    margin-left: 2em;
}
@media only screen and (min-width: 768px) {
    
    .ourServices > *, .insurance > * {
        width: 45%;

    }
    .ourServices,  .insurance {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-evenly;
    }
    .servicesRight {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 1050px){
    .ourServices, .insurance {
        margin: 2em 20%;
    }
    
}