

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

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

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

section.home-gallery a.explore-text{
    font-weight: 600;
}

section.home-gallery .slick-dots{
    width: auto;
    right: 12%;
    bottom: -40px;
}

section.home-gallery .explore-text{
    position: absolute;
    right: 15px;
    bottom: -40px;
}

section.home-gallery .slick-dots::after{
    content: "|";
    position: absolute;
    right: -24px;
    top: 3px;
    color: #ccc;
}

section.home-gallery .slick-dots li {
  width: auto;
  height: auto;
  transition: all 0.3s ease;
}
section.home-gallery .slick-dots li button {
  width: 16px;
  height: 4px;
  border: none;
  border-radius: 100px;
  background-color: #d9d9d9;
  transition: all 0.3s ease;
}
section.home-gallery .slick-dots li button:before {
  display: none;
}
section.home-gallery .slick-dots li.slick-active button {
  background-color: #767676;
  width: 38px;
}
section.home-gallery .section-content{
    margin-left: initial;}
@media screen and (max-width: 992px) {
    #home-gallery{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    section.home-gallery .gallery-content{
        margin-bottom: 16px;
    }
    section.home-gallery .slick-dots{
        width: 100%;
        right: unset;
        bottom: -36px;
    }
    section.home-gallery a.explore-text{
        width: 100%;
        position: relative;
        display: inline-block;
        right: unset;
        text-align: center;
        bottom: -45px;
    }
}