.left-image,
.right-image-first,
.right-image-second{
    border-radius: 20px;
}

.gallery-grid-component{
    padding-top: 60px;
    padding-bottom: 160px;
}

.left-image,
.right-image-first,
.right-image-second{
    border-radius: 20px;
}

@media (max-width: 992px) {
    .right-image-first{
        width: 12rem !important;
        height: 12rem;
    }

    .left-image{
        width: 21rem !important;
        height: 21rem;
    }
}

@media (max-width: 576px) {
    .gallery-grid-component{
        padding-bottom: 80px;
    }

    .left-image, .right-image-first, .right-image-second{
        width: 100%!important;
        height: 21rem!important;
    }
}