
section.home-gallery h2.section-title, section.home-gallery h3.section-subtitle {
    margin-right: auto;
    margin-left: auto;
}
section.home-gallery{
    text-align: center;
}

section.home-gallery .gallery-content{
    margin-bottom: 32px;
}

section.home-gallery a.explore-text{
    font-weight: 500;
    margin-top: 32px;
    display: inline-block;
}

section.home-gallery .slick-slide{
    padding: 0 8px;
}

section.home-gallery .slick-slide img{
    height: 495px;
    max-width: 100%;
    object-fit: cover;
}

section.home-gallery .slick-dotted.slick-slider{
    margin-bottom: 28px;
}

section.home-gallery .slick-dots{
    bottom: -35px;

}

section.home-gallery .slick-dots li,
section.home-gallery .slick-dots li button
{
    width: 12px;
    height: 12px;
    border-radius: 30px;
}

section.home-gallery .slick-dots li button:before{
    content: unset;
}

section.home-gallery .slick-dots li button{
    background-color: #c4c4c4;
}

section.home-gallery .slick-dots li.slick-active button{
    background-color: #3b3b3b;
}

@media screen and (max-width: 1680px) {
    section.home-gallery .slick-slide img{
        height: 445px;
    }
}

@media screen and (max-width: 768px) {
section.home-gallery .slick-slide img{
        height: 350px;
    }
}