@media (max-width: 479px) {


    header .mob_menu_btn {
        width: 50px;
        height: 58px;
    }
    header .mob_menu_btn img {
        width: 100%;
        height: 100%;
    }
    .license_text img {
        width: 100%;
        display: none;
        height: auto;
    }
    .about_link {
        width: 100%;
        height: 70px;
    }
    
    .first-section_img{
        height: 400px;
    }

    .first-section_img img{
        object-position: 65%;
    }

    .first-section_info{
        padding-top: 70px;
    }

    .first-section .swiper-slide.swiper-slide-prev, .first-section .swiper-slide.swiper-slide-next{
        transform: none;
        position: relative;
        opacity: inherit;
        filter: none;
        border-radius: inherit;
    }

    .about_link{
        justify-content: space-around;
    }

    .about_link span {
        margin-left: 0;
    }
    .mt_200{
        margin-top: 250px;
    }

    .projects .swiper img{
        height: auto;
    }
   
}
