    /* single-banner-section2 css start */
    .single-banner2-img {
        display: block;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
    }

    .single-banner2-img img {
        transition: all ease .3s;
    }

    .single-banner2-img:hover img {
        transform: scale(1.05);
    }

    /* single-banner-section2 css end */

    @media only screen and (max-width: 575px) {

        /* single-banner-section2 css start */
        .single-banner2-section .container {
            padding: 0;
        }

        .single-banner2-img {
            border-radius: 0;
        }

        /* single-banner-section2 css end */
    }