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

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

h1.fffText {
    font-size: 24px;
    letter-spacing: 1px;
}

h2.fffText {
    font-size: 24px;
    letter-spacing: 1px;

}
h3.fffText {
    font-size: 18px;
    letter-spacing: 1px;

}
ul.ourServices_ul > li, ul.insurance_ul > li{
    list-style-type: initial;
    margin-left: 2em;
}
.ourServices_ul > li, .titleCopy, .insuranceLeft > p, .insurance_ul > li, .insuranceRight > p {
    font-size: 14px;
}
@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 25em;
    }
    
}