.text-wrapper {
    padding-top: 8.667vw;
    padding-bottom: 8.667vw;
    text-align: center;
}
.text-wrapper h2 {
    font-size: 2.222vw;
    line-height: 175%;
    text-transform: capitalize;
}
.text-wrapper .section-title{
    margin-bottom: 4.222vw;
}
.text-wrapper .section-title h2{
    font-size: 3.111vw;
    line-height: 2.222vw;
    font-weight: 500;
    margin-bottom: 2.711vw;
}
.text-wrapper .section-title h3{
  color: #33D8E5;
  line-height: 2.222vw;
  font-weight: 500;
letter-spacing: 4.68px;
    font-size: 1.6vw;
}
.text-wrapper ul li{
    text-align: left;
}
@media only screen and (min-width: 1200px) {
    .text-wrapper .container {
        max-width:76.167vw;
    }
}
@media only screen and (max-width: 1199px) {
    .text-wrapper {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .text-wrapper h2{
        font-size: 30px;
        line-height: 175%;
    }
    .text-wrapper .section-title h2 {
        margin-bottom: 10px;
        font-size: 38px;
        line-height: 175%;

    }
    .text-wrapper .section-title h3{
        font-size: 22px;
    }
    .text-wrapper .section-title{
        margin-bottom: 50px;
    }
    .text-wrapper ul li{
        font-size: 19px;
    line-height: 28.5px;
    }
    .text-wrapper ul li::marker{
        font-size: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .text-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .text-wrapper h2 {
        font-size: 24px;
        line-height: 175%;
    }
    .text-wrapper p,.text-wrapper ul li{
        font-size: 16px;
        line-height: 200%;
    }
    /* .text-wrapper .section-title{
        text-align: left;
    } */
    .text-wrapper .section-title h2{
        max-width: 100%;
        font-size: 30px;
        line-height: 150%;
    }
    .text-wrapper .section-title h3{
        font-size: 18px;
    line-height: 200%;
    letter-spacing: 0;
    }
    .text-wrapper .section-title {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .text-wrapper h2 {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

}