#highlights {
    --content-width: 1310px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#highlights h4 {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 22px;
}
#highlights .image-wrapper {
    border-radius: 5px;
    aspect-ratio: 1 / 0.79;
    margin-bottom: 16px;
}
#highlights span {
    font-size: 18px;
    line-height: 1.333;
    margin-right: 30px;
}
#highlights span:after {
    content: '';
    display: block;
    width: 22px;
    height: 12px;
    position: absolute;
    right: -30px;
    bottom: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/themes/arona/images/redesign/home/arrow-red.png);
    background-image: -webkit-image-set(url("/themes/arona/images/redesign/home/arrow-red.png") 1x, url("/themes/arona/images/redesign/home/arrow-red@2x.png") 2x);
}
@media screen and (max-width: 567px) {
    #highlights {
        padding-top: 30px;
        padding-bottom: 24px;
    }
    #highlights h4 {
        font-size: 24px;
    }
    #highlights .image-wrapper {
        aspect-ratio: 1 / 0.79;
        margin-bottom: 19px;
    }
    #highlights span {
        font-size: 16px;
        line-height: 1.25;
    }
    #highlights span:after {
        bottom: 3px;
    }
}