/* Agency highlights block – ensures section and layout apply even without .page_about */
.content_highlight.agency_highlights .about-highlights .section-spacing,
section.about-highlights .section-spacing {
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
}
@media (min-width: 768px) {
    section.about-highlights .section-spacing { padding-bottom: 60px; }
}
@media (min-width: 992px) {
    section.about-highlights .section-spacing { padding-bottom: 70px; }
}
@media (min-width: 1200px) {
    section.about-highlights .section-spacing { padding-bottom: 80px; }
}
@media (min-width: 1367px) {
    section.about-highlights .section-spacing { padding-bottom: 90px; }
}
@media (min-width: 1681px) {
    section.about-highlights .section-spacing { padding-bottom: 100px; }
}

section.about-highlights .service-row {
    max-width: 1423px;
    margin-top: 50px;
}
section.about-highlights .agency-highlights-row .col-highlights {
    padding-left: 48px;
}
@media (max-width: 991px) {
    section.about-highlights .agency-highlights-row .col-highlights {
        padding-left: 40px;
    }
}
@media (max-width: 767px) {
    section.about-highlights .agency-highlights-row .col-highlights {
        padding-left: 0;
        margin-top: 32px;
    }
}
section.about-highlights .highlights-list {
    display: flex;
    flex-direction: column;
    gap: 55px;
    margin-top: 50px;
}
section.about-highlights .highlight-item {
    position: relative;
    padding-left: 20px;
    border-left: 1px solid #000;
}
section.about-highlights .highlight-item:hover {
    border-left-color: #d4f000;
}
section.about-highlights .highlight-title {
    margin: 0 0 8px 0;
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
section.about-highlights .highlight-desc {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    color: #666;
}
section.about-highlights .desc-wrapper .title-wrapper h2 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 35px;
}
@media (min-width: 992px) {
    section.about-highlights .desc-wrapper .title-wrapper h2 {
        font-size: 40px;
        line-height: 45px;
    }
}
@media (min-width: 1200px) {
    section.about-highlights .desc-wrapper .title-wrapper h2 {
        font-size: 60px;
        line-height: 65px;
    }
}
@media (min-width: 1681px) {
    section.about-highlights .desc-wrapper .title-wrapper h2 {
        font-size: 65px;
        line-height: 80px;
    }
}
