.overlap-image-section .section-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    row-gap: 13px;
}
.overlap-image-section .row>div{
    width: 100%;
}
.overlap-image-section .section-header h2 {
    width: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding-right: 25px;
}
.overlap-image-section .img-block .img-wrapper{
    position: relative;
    padding-top: 56%;
}
.overlap-image-section .img-block .img-wrapper img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
}
.overlap-image-section .img-block .img-wrapper.img-one{
    margin-right: 128px;
}
.overlap-image-section .img-block .img-wrapper.img-two {
    width: 30%;
    padding-top: 30%;
    margin-left: auto;
    margin-top: -20%;
}
@media only screen and (max-width: 1199px) {
    .overlap-image-section .section-header{
        margin-top: 70px;
    }
}
@media only screen and (max-width: 991px) {
    .overlap-image-section .section-header{
        margin-top: 50px;
    }
}
@media only screen and (max-width: 656px) {
    .overlap-image-section .section-header{
        margin-top: 40px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .overlap-image-section .img-block .img-wrapper.img-one{
        padding-top: 77%;
        margin-right: 0;
    }
    .overlap-image-section .img-block .img-wrapper.img-two{
        display: none;
    }
    .overlap-image-section .section-header h2 {
        width: 100%;
        padding: 0;
    }
    .overlap-image-section .img-block {
        padding: 0;
    }
    .overlap-image-section .img-block .img-wrapper img{
        border-radius: 0;
    }
}