.full-with-image-banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 12.267vw 0;
    min-height: 66.667vw;
}

.full-with-image-banner-section .small-img {
    position: absolute;
    top: 5.333vw;
    left: 5.333vw;
    height: 12vw;
    width: 12vw;
    object-fit: contain;
}
.full-with-image-banner-section .content_block h2 {
    margin-bottom: 3.822vw;
}
.full-with-image-banner-section .content_block {
    max-width: 45%;
    margin-left: auto;
}
@media only screen and (min-width:768px){
.mobile-sec{
    display: none;
}
}


@media only screen and (max-width:767px){
    .desktop-sec{
        display: none;
    }
    .mobile-sec{
        display: block;
    }
    .full-with-image-banner-section {
        padding: 41px 0;
        min-height: 419px;
    }
    .full-with-image-banner-section .small-img {
        height: 16vw;
        width: 16vw;
    }
    .full-with-image-banner-section .content_block {
        margin-right: 15px;
        margin-left: auto;
    }
    .full-with-image-banner-section .content_block h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .full-with-image-banner-section .content_block .btn {
        font-size: 12px;
        padding: 7.5px 28px;
        line-height: 30px;
    }
}