@media (max-width: 767px) {
    .project_detail_section {
        padding-bottom: 250px;
    }
    .gallery_section_bg {
        padding-bottom: 250px;
    }
    .gallery_slider_bg .swiper-button-container .swiper_common_btn {
        width: 42px;
        height: 42px;
        bottom: 20px;
    }
    .gallery_slider_bg .swiper-button-container .swiper_common_btn svg {
        width: 20px;
    }
    .gallery_slider_bg .swiper-button-container .swiper-button-next {
        right: 20px;
    }
    .gallery_slider_bg .swiper-button-container .swiper-button-prev {
        right: 70px;
    }
    .form_contact #phone {
        width: calc(100% - 1px);
    }

    .shades_nature_logo {
        right: inherit !important;
        left:0;
        top: -19vw !important;
        width: 18vw !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .shades_nature_logo {
        right: inherit !important;
        left:0;
        top: -17vw !important;
        width: 16vw !important;
    }
}