.gallerySlider {
    position: relative;
    padding: 50px 0 150px;
    background: #ACCBED;
}
.gallerySlider .header {
    margin-bottom: 50px;
}
.gallerySlider .header h2 {
    color: #000;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 33px;
}
.gallerySlider img {
    width: 100%;
    height: auto;
    aspect-ratio: 286/191;
    max-width: 286px;
    display: block;
    margin: 0 auto;
}
.gallerySlider .slick-autoplay-toggle-button {
    display: none;
}

.gallerySlider .slick-slide{
    margin: 0 10px;
}

.gallerySlider .wave {
    position: absolute;
    bottom: 0;
    height: 56px;
    width: 100%;
    aspect-ratio: auto;
    max-width: 100%;
    object-fit: cover;
}
