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

/* About Section (3rd Section) */
    .about-section img{
        max-width: 100%!important;
    }

/* Achievement Section (5th Section) */
    .ach-title{
        max-width: 100%!important;
    }

/* Experience Section (6th Section) */
    .ex-title{
        max-width: 90%!important;
    }
    .ex-sub{
        max-width: 100%!important;
    }
    .ex-small{
        max-width: 80%!important;
    }

/* Advertisement Section (7th Section) */
    .find-out-btn{
        text-align: center;
    }
    
/* Notice Section (8th Section) */
    .notice-img{
        max-width: 55%!important;
    }

/* Contact Section (9th Section) */
    .contact-title{
        max-width: 55%!important;
    }
}