.experience-south {
    position: relative;
    background-color: #fff;
}
.experience-south__title,
.experience-south__text {
    color: #000;
}   
@media only screen 
and (min-width : 961px) {
    .experience-south__row {
        height: 39.2rem;
        padding-top: 10rem;
    }
    .experience-south__title {
        margin-bottom: 2rem;
    }
    .experience-south__text {
        font-size: 1.8rem;
        line-height: 1.88em;
    }
}   

@media only screen 
and (max-width : 961px) {
    .experience-south__row {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .experience-south__title {
        margin-bottom: 2rem;
        max-width: 26rem;
    }
    .experience-south__text {
        font-size: 1.8rem;
        line-height: 1.88em;
    }
}