.title-with-text {
    background-color: #175C64;
}
.title-with-text__title {
    color: #E0AA5A;
}
.title-with-text__text {
    color: var(--white);
}
@media only screen 
and (min-width : 961px) {
    .title-with-text {
        padding-top: 12.5rem;
        padding-bottom: 14rem;
    }
    .title-with-text__title {
        margin-bottom: 2.9rem;
    }
    .title-with-text__text {
        font-size: 2.1rem;
        line-height: 1.42em;
    }
}
@media only screen 
and (max-width : 961px) {
    .title-with-text {
        padding: 7rem 0;
    }
    .title-with-text__title {
        max-width: 29rem;
        margin: 0 auto;
        margin-bottom: 2.9rem;
    }
    .title-with-text__text {
        font-size: 1.8rem;
        line-height: 1.55em;
    }
}