.full-with-image-banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 9.2vw 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: 2.622vw;
    color: rgba(51, 216, 229, 1);
    font-size: 3.689vw;
    line-height: 4.978vw;
}
.full-with-image-banner-section .content_block p{
    color: #E5E5E5;
    font-family: 'Circular Std';
    font-size: 1.6vw;
    font-style: normal;
    font-weight: 450;
    line-height: 2.4vw; 
} 
.full-with-image-banner-section .content_block {
    max-width: 37%;
    margin-right: auto;
}
@media only screen and (min-width:768px){
.mobile-sec{
    display: none;
}
}


@media only screen and (max-width:991px){
    .full-with-image-banner-section .content_block p {
        font-size: 16px;
        line-height: 24px;
    }
    .full-with-image-banner-section .content_block h2 {
        font-size: 26px;
        line-height: 35.1px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:767px){
    .desktop-sec{
        display: none;
    }
    .mobile-sec{
        display: block;
    }
    .full-with-image-banner-section {
        padding: 51px 0;
        min-height: 574px;
        background-position: center;
    }
    .full-with-image-banner-section .small-img {
        height: 16vw;
        width: 16vw;
    }
    .full-with-image-banner-section .content_block {
        margin-left: 15px;
        margin-right: auto;
        max-width: 245px;
    }
    .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;
    }
    .full-with-image-banner-section .content_block p {
        max-width: 190px;
    }
}