.landing-v4-photo-gallery-block .galleryLisingPageContainerIn {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
    /* gap: 16px; */
}

.landing-v4-photo-gallery-block .photogallery-box {
    float: none;
    padding: 8px;
    height: auto;
}

.landing-v4-photo-gallery-block .photogallery-box .media-gallery-item {
    border-radius: 16px;
    height: 210px;
    overflow: hidden;
}

.landing-v4-photo-gallery-block .photogallery-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-v4-photo-gallery-block .photo-item-1 {
    width: 30%;
}

.landing-v4-photo-gallery-block .photo-item-2 {
    width: 25%;
}

.landing-v4-photo-gallery-block .photo-item-3 {
    width: 45%;
}

.landing-v4-photo-gallery-block .photo-item-4 {
    width: 45%;
}

.landing-v4-photo-gallery-block .photo-item-5 {
    width: 25%;
}

.landing-v4-photo-gallery-block .photo-item-6 {
    width: 30%;
}

@media (min-width: 769px) {
    .landing-v4-photo-gallery-block .section-title {
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .landing-v4-photo-gallery-block .galleryLisingPageContainerIn {
        /* gap: 16px; */
        margin: -6px;
    }

    .landing-v4-photo-gallery-block .photogallery-box {
        width: 50%;
        padding: 6px;
        /* height: 200px; */
    }

    .landing-v4-photo-gallery-block .photogallery-box .media-gallery-item {
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 12px;
    }
}