.image-text-half-section {
    display: flex;
    flex-wrap: wrap;
}
.image-text-half-section.align-right {
    flex-direction: row-reverse;
}
.image-text-half-section > * {
    flex: 50%;
    position: relative;
}
.image-text-half-section .text-block{
    padding-left: 5.885vw;
    padding-right: 5.885vw;
    padding-top: 7.135vw;
    padding-bottom: 8.49vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.image-text-half-section .text-block h2{
    font-size: 2.708vw;
    line-height: 150%;
    color: #33D8E5;
    font-weight: 500;
    margin-bottom: 1.646vw;
}
.image-text-half-section .text-block p,.image-text-half-section .text-block ul li{
    font-size:1.667vw ;
    line-height: 175%;
}
.image-text-half-section .text-block .text-wrapper{
    margin-bottom: 5.208vw;
}
.image-text-half-section .image-block .image{
    height: 100%;
}
.image-text-half-section .image-block .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-text-half-section .text-block ul{
    margin-left: 23px;
}
@media only screen and (max-width: 1199px) {

    .image-text-half-section .text-block h2{
        font-size: 32px;
    }
    .image-text-half-section .text-block p,.image-text-half-section .text-block ul li{
        font-size: 18px;
    }
    .image-text-half-section .text-block ul li::marker{
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .image-text-half-section > *{
        flex: 100%;
    }
}
@media(max-width: 767px){
    .image-text-half-section .text-block{
        padding: 70px 49px 80px 49px;
    }
    .image-text-half-section .text-block h2{
        font-size: 30px;
        margin-bottom: 30px;
    }
    .image-text-half-section .text-block p, .image-text-half-section .text-block ul li{
        font-size: 16px;
    }
    .image-text-half-section .text-block .text-wrapper {
        margin-bottom: 30px;
    }
    .image-text-half-section .text-block  .btn{
        font-size: 22px;
    }
}
@media(max-width: 374px){
    .image-text-half-section .text-block{
        padding: 40px 25px 50px 25px;
    }
    .image-text-half-section .text-block  .btn{
        font-size: 20px;
    }
}