.text-wrapper {
    padding-top: 8.667vw;
    padding-bottom: 9.378vw;
    text-align: center;
}
.text-wrapper h2 {
    font-size: 2.222vw;
    line-height: 175%;
    text-transform: capitalize;
}
@media only screen and (min-width: 1200px) {
    .text-wrapper .container {
        max-width: 73.022vw;
    }
}
@media only screen and (max-width: 1199px) {
    .text-wrapper {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .text-wrapper h2 {
        font-size: 30px;
        line-height: 175%;
    }
}
@media only screen and (max-width: 767px) {
    .text-wrapper {
        padding-top: 108px;
        padding-bottom: 108px;
    }
    .text-wrapper h2 {
        font-size: 24px;
        line-height: 175%;
    }
}
@media only screen and (max-width: 575px) {
    .text-wrapper h2 {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}