@media only screen and (max-width: 767px) {
    .btm-padding {
        padding-bottom:100px
    }

    .achievement_info .banner-ach-2 {
        position: relative;
        background: #020024;
       background:linear-gradient(90deg,#020024,rgba(36,139,212,.66) 0,rgba(48,179,74,.79))!important;
    }

    .achievement_info .banner-ach-2:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(../../images/microscope.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 100%;
        width: 100%;
        height: 100%
    }

}
