section.home-gallery.new-section{
    padding: 50px 0;
}
section.home-gallery h2.section-title,
section.home-gallery h3.section-subtitle {
    margin-right: auto;
    margin-left: auto;
}
section.home-gallery.new-section .gallery-content{
    margin-bottom: 26px;
    text-align: center;
}

section.home-gallery.new-section .home-gallery-carousel-for .slick-slide img{
    height: 655px;
    width: 100%;
    object-fit: cover;
}

section.home-gallery.new-section .home-gallery-carousel-nav{
    max-width: 990px;
    margin: 0 auto;
    margin-top: 26px;
}

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

section.home-gallery.new-section .home-gallery-carousel-nav .slick-slide img{
    height: 150px;
    width: 100%;
    object-fit: cover;
}

section.home-gallery a.explore-text{
    margin-top: 20px;
    width: 100%;
    position: relative;
    display: inline-block;
    right: unset;
    text-align: center;
}


@media screen and (max-width: 1024px) {
    section.home-gallery.new-section .home-gallery-carousel-for .slick-slide img{
        height: 555px;
    }
}

@media screen and (max-width: 768px) {
    section.home-gallery.new-section .home-gallery-carousel-nav .slick-slide img{
        height: 100px;  
    }
    section.home-gallery.new-section .home-gallery-carousel-nav{
        margin-top: 8px;
    }
    section.home-gallery.new-section .home-gallery-carousel-nav .slick-slide{
        padding: 0 2px;
    }
}

@media screen and (max-width: 768px) {
    section.home-gallery.new-section .home-gallery-carousel-for .slick-slide img{
        height: 250px;
    }
    section.home-gallery.new-section .home-gallery-carousel-nav .slick-slide img{
        height: 72px;  
    }
}