@media (max-width: 1199.98px) {
    .block--promo--image.col-promo{
        max-width: 440px;
        min-width: 440px;
    }
    .wrapper--image.w-550{
        width: 450px;
    }
}

@media (max-width: 991.98px) {
    .block--promo{
        flex-direction: column;
    }
    .wrapper--image.w-550{
        width: 100%;
    }
    .wrapper--image.h-400{
       height: 100%;
    }
    .mt-100{
        margin-top: 50px;
    }
    .block--promo--image.shape--after{
        margin-top: 50px;
    }
    .block--promo--image.col-promo{
        max-width: 100%;
        min-width: 100%;
        max-height: 100%;
        min-height: 100%;
    }
    .js-tilt{
        transform: none !important;
    }
    .block--promo--image.shape--before::before, .block--promo--image.shape--after::after{
        display: none;
    }
}

@media (max-width: 767.98px) {
    
}

@media (max-width: 575.98px) {
    .mt-50{
        margin-top: 30px;
    }
    .w-100-576{
        width: 100%;
    }
    .heading.heading-h22{
        font-size: 36px;
        line-height: 45px;
    }
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
