.gallery-image-slide {
    height: 400px;
    border-radius: 20px;
	margin-inline: 15px;
}

.gallery-image-slide img {
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
    width: 100%;
}


.arrow-slider {
    position: relative;
    top: unset;
    left:unset;
    transform: unset;
}

.arrows-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
    position: relative;
    top: 27px;
	z-index: 5;
}

.text-arts-section, .age-section, .gallery-slider-centered {
    overflow: visible !important;
    position: relative;
}

@media(max-width: 768px) {
    .gallery-image-slide {
        height: 280px;
    }
}

@media(max-width: 575px) {
    .gallery-image-slide {
        height: 150px;
		margin-inline: 5px;
    }
	.gallery-section a img {
    border-radius: 10px;
 
}

	


    .gallery-slider-centered {
        padding-inline: 0 !important;
        margin-inline: -8px;
    }

}

@media(max-width: 420px) {
    .gallery-image-slide {
        height: 150px;
		
    }
}