.span-h4{
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.375rem;
}

.span-h5 {
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.25rem;
}
.decorated-text-6 {
    z-index: 1; 
}
.decorated-text-6::before {
    z-index: -1;
}




@media (min-width: 1200px) {
    .span-h4 {
        font-size: 1.625rem;
    }
    .span-h5 {
        font-size: 1.5rem;
    }
}

