@media screen and (max-width: 1200px) {
    .wp-about-section .wp-content {
        padding-left: 25px;
        padding-top: 25px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .wp-about-gellery-section .gellery-card.popup-gallery .gellery-image {
        padding: 15px;
    }
    .wp-about-gellery-section .gellery-card.popup-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width:992px) {
    .mobile-vw {
        display: none;
    }
    .dextop-vw {
        display: block;
    }
    .dextop-vw .breadcrumb-bgu {
        padding-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .mobile-vw {
        display: block;
    }
    .dextop-vw {
        display: none;
    }
    .wp-about-section .wp-main-body {
        flex-wrap: wrap;
        padding: 0 0;
    }
    .wp-about-section .wp-main-body .wp-image {
        max-width: 100%;
    }
    .wp-about-section .wp-content {
        padding: 20px 15px 15px;
    }
    .wp-about-section .wp-content .wp-discr,
    .wp-about-section .wp-content .section-hadding {
        max-width: 100%;
    }
    .wp-about-section .wp-content .section-hadding {
        margin-bottom: 20px;
    }
    .wp-about-section .wp-content .section-hadding h3 {
        text-align: left;
    }
    .wp-about-section .wp-content p {
        font-size: 14px;
    }
    .wp-about-gellery-section {
        padding: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .wp-about-gellery-section .gellery-card.popup-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .wp-about-gellery-section .gellery-card.popup-gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}