.about-section-001:before {
    content: 'ABOUT';
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 280px;
    color: #4979c2;
    opacity: 0.05;
    line-height: 1;
    bottom: 0;
    left: 0;
}



.spectrum-free-quote .sppb-addon-cta .sppb-row p.sppb-cta-text {
    color: #fff !important;
    font-weight: 300;
}


@media (max-width: 767px) {
    .spectrum-free-quote .sppb-addon-cta .sppb-text-right { margin-top: 0 !important; }
}

.spectrum-free-quote .sppb-addon-cta .sppb-row {display: flex;align-items: center;}












.people-gallery .sppb-gallery li {
    width: 25%;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 15px;
}

.people-gallery .sppb-gallery li a {
    position: relative;
    height: 100%;
    width: 100%;
    border: 1px solid #eee;
}

.people-gallery .sppb-gallery li img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.people-gallery .sppb-gallery {
    justify-content: center;
}

.people-gallery .sppb-gallery li a:before {
    content: "";
    position: absolute;
    background: #020c1c;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
}

.people-gallery .sppb-gallery li:hover a:before {
    opacity: 0.5;
}

@media (max-width: 991px) {
    .people-gallery .sppb-gallery li { width: 50%; height: 200px ; padding: 5px; }
}


.award-list strong {
    font-weight: 500;
    color: #929292;
}

.award-list a {
    color: #929292 !important;
}

.award-list a:hover, .award-list a:focus {
    color: #020c1c !important;
}