.about-card-image-left {
    z-index: 2;
    aspect-ratio: 3 / 4;
    border-radius: var(--border-radius);
    object-position: 30% 50%;
    min-width: 24vw;
    max-width: 24vw;
    position: relative;
    top: auto;
    left: 2vw;
}

.about-card-image {
    z-index: 2;
    aspect-ratio: 1;
    border-radius: var(--border-radius);
    object-position: 61% 50%;
    min-width: 36vw;
    max-width: 36vw;
    position: relative;
}

.about-card-image-right {
    z-index: 3;
    border-radius: var(--border-radius);
    min-width: 20vw;
    max-width: 20vw;
    position: relative;
    top: auto;
    right: 2vw;
}

.gallery-slider-item img,
.about-card-image img,
.about-card-image-left img,
.about-card-image-right img{
    border-radius: 20px;
}

@media (max-width: 576px) {
    .gallery-slider-wrapper{
        gap: 25px;
    }
}

@media (min-width: 2780px){
	.gallery-slider-component{
		padding-bottom: 380px;
		padding-top: 380px;
	}
}