.acf-block-preview .highlights,
.highlights {
    background: #fff;
    padding: 0 0 4.375rem;
}
@media (min-width: 768px) {
    .acf-block-preview .highlights,
    .highlights {
        padding: 7.5rem 0;
    }
}
.acf-block-preview .highlights--gray,
.highlights--gray {
    background: #eee;
}
.acf-block-preview .highlights .ctn,
.highlights .ctn {
    max-width: 50rem;
    padding-bottom: 2.8125rem;
    position: relative;
}
.acf-block-preview .highlights .ctn:before,
.highlights .ctn:before {
    background: #007d40;
    content: "";
    height: 0.0625rem;
    left: 0;
    position: absolute;
    top: 100%;
    width: 11.25rem;
}
.acf-block-preview .highlights .ctn p,
.highlights .ctn p {
    color: #ba2e2c;
    font-family: NotoSans-Bold;
    font-size: 1.5625rem;
    letter-spacing: -0.03125rem;
    line-height: 2.1875rem;
}
@media (min-width: 768px) {
    .acf-block-preview .highlights .ctn p,
    .highlights .ctn p {
        font-family: NotoSans-Black;
        font-size: 2.3125rem;
        letter-spacing: -0.01875rem;
        line-height: 2.775rem;
    }
}
.acf-block-preview .highlights .ctn p em,
.highlights .ctn p em {
    color: #000;
    font-style: normal;
    font-weight: 200;
}
