.gallery-slide-item {
    height: 450px;
}

.gallery-slider__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-slider .container {
    padding-bottom: 40px;
}

.gallery-slider.bg-gray {
    background: #F5F5F5;
}

.gallery-slider.bg-white {
    background: #ffffff;
}