body {
  background-color: #8b97af;
}
hr {
  border-color: #8b97af;
}
.bg-texture {
  background: url(/images/products/!bg/trailer-porcelain-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
#detailsCarousel .carousel-inner {
    width: 100%;
    border: none;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 75px;
  height: 75px;
}
.btn-special {
    background-color: #435a8a;
    color: #fff;
    margin-bottom: 30px;
}
@media (max-width: 1107px) {

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
    h1 {
        font-size: 3rem;
    }
    #detailsCarousel .carousel-inner {
        width: 50%;
        margin: 0 auto;
    }
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 2.5rem;
    }
  #detailsCarousel .carousel-inner {
    width: 100%;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
  }
  .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    flex-wrap: wrap;
    height: 40px;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    bottom: -42px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .container-xl ul, 
  .container-xl ol,
  .card ul, .card ol {
      padding-left: 25px;
  }
}
@media (max-width: 360px) {
  .container-xl ul, 
  .container-xl ol,
  .card ul, .card ol {
      padding-left: 15px;
  }
}
