@media(max-width:452px) {
    .somnath-gallery-home .gallery-home-main {
        width: 100%;
        height: auto;
        padding: 70px 0;
        display: flex;
        gap: 15px;
        align-items: center;
        /* flex-wrap: wrap; */
        flex-direction: column-reverse;
        margin-top: -51px;
    }

    .somnath-gallery-home .gallery-home-main .middle-images-gallery .middle-text-heading-gallery .middle-bold-school-heading-text-gallery-two {
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 600;
        line-height: 55px;
        color: var(--deep-blue);
    }

    .somnath-gallery-home .gallery-home-main .middle-images-gallery {
        width: 400px;
        height: 520px;
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: -79px;
    }

    .somnath-gallery-home .gallery-home-main .last-images-gallery .last-two-image-gallery {
        width: 273px;
        height: 220px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
}