.dor-sectionHeader__container .text-with-icon.group .reversed-link {
    font-size: var(--text-base);
    font-weight: 700;
} 
.dor-sectionHeader__container .text-with-icon.group .reversed-link:hover .circle-chevron {
    background: var(--dor-clr-ui-01);
} 
@media screen and (max-width: 1100px) {
    .dor-sectionHeader__container .prose h2 {
        font-size: var(--text-h2-mobile);
    }
}