/* 
    LOCATION/SERVICES CALLOUT COMPONENT
*/
.fld-services-callout {
    padding: 50px 15px 26px;
}
.fld-services-callout h2 {
    font-size: 3.2rem;
    margin: 0 0 31px;
    padding: 0;
}
.fld-services-callout .fld-cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.fld-services-callout .fld-cards .fld-card {
    align-items: flex-start;
    background: #fff;
    border-bottom: 10px solid transparent;
    display: flex;
    /* padding: 17px 17px 11px; */
    padding: 17px 17px 11px;
    width: 100%;
    transition: box-shadow .3s;
    margin-bottom: 24px;
}
.fld-services-callout .fld-cards .fld-location-services__callout .fld-card {
    margin-bottom: 0;
}
.fld-services-callout .fld-cards a.fld-card:hover {
    box-shadow: 0 3px 9px rgb(0 0 0 / 30%);
    text-decoration: none;
}
.fld-services-callout .fld-cards .fld-card img {
    display: none;
    object-fit: cover;
    margin-bottom: 14px;
    height: 130px;
    margin-right: 0;
    width: 130px;
}
.fld-services-callout .fld-cards .fld-card .fld-card__description h3 {
    /* color: #00851B; */
    font-size: 2rem;
    line-height: 2.7rem;
    margin: 0 0 5px;
}
.fld-services-callout .fld-cards .fld-card .fld-card__description p {
    color: #616161;
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin: 0;
}
.fld-services-callout.fld-location-services .fld-location-services__callout {
    background: #fff;
    margin-bottom: 24px;
    width: 100%;
}
.fld-location-services .fld-cta-list {
    margin: 0;
    padding: 0;
    width: 100%;
}
.fld-location-services .fld-cta-list li {
    list-style: none;
    margin-bottom: 35px;
    margin-right: 24px;
}       

@media (min-width: 768px) {
    .fld-services-callout {
        padding: 68px 15px 76px;
        max-width: 1280px;
        margin: 0 auto;
    }
    .fld-services-callout h2 {
        font-size: 3.8rem;    
        margin-bottom: 25px;
    }
    .fld-services-callout .fld-cards {
        margin-bottom: 15px;
    }
    .fld-services-callout .fld-cards .fld-card {
        padding: 17px 17px 7px;
        width: 48%;
    }

    .fld-services-callout .fld-cards .fld-card img {
        display: block;
        margin-bottom: 0;
        margin-right: 14px;
        object-fit: cover;
    }
    .fld-services-callout.fld-location-services .fld-location-services__callout .fld-card img {
        display: block;
        margin-bottom: 14px;
        margin-right: 0;
        object-fit: cover;
        width: 100%;
    }

    .fld-services-callout.fld-location-services .fld-location-services__callout {
        width: 32%;
    }
    .fld-services-callout.fld-location-services .fld-location-services__callout .fld-card {
        flex-direction: column;
        margin-bottom: 0;
        width: 100%;
    }
    .fld-location-services .fld-cta-list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .fld-location-services .fld-cta-list li {
        list-style: none;
        margin-bottom: 15px;
        width: 32%;
        margin-right: 0;
    }
}
@media (min-width: 1024px) {
    .fld-services-callout.fld-location-services .fld-location-services__callout .fld-card {
        flex-direction: row;
    }
    .fld-services-callout.fld-location-services .fld-location-services__callout .fld-card img {
        margin-right: 15px;
        margin-bottom: 0;
        width: 139px;
    }
}
@media (min-width: 1240px) {
    .fld-services-callout .fld-cards .fld-card {
        width: 32%;
    }
}