.choose-your-stone {
    background-image: url(../images/marble_720.webp);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    padding-bottom: 80px;
}
.choose-your-stone:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(48, 55, 63, 0.9);
    position: absolute;
    top: 0;
    left: 0;
}

.choose-stone-slider{ margin-top: 10px;}
.choose-your-stone .slick-slide{
  text-align:center;
}
.choose-your-stone .slick-slide img{
  height:300px;
  width:300px;
  border-radius:50%;
  object-fit:cover;
  margin:auto;
}
.choose-your-stone .choose-stone-slider a:hover{
  color:#e6af5d;
}
.choose-your-stone .theme-btn {
  background-color: #e6af5d;
}
.choose-your-stone .theme-btn:hover {
  background-color: #fff;
  color: #30373f;
}
.choose-your-stone .theme-btn:hover span {
  background-color: #30373f;
}
.choose-your-stone .container {
  position: relative;
  z-index: 1;
}
.choose-your-stone .choose-stone-slider h4{
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
@media(max-width:991px){
    .choose-your-stone .slick-slide img{
      height:200px;
      width:200px;
    }
}