/** OWL Carousel **/

.owl-carousel {
  margin: 2rem 0 1.5rem 0;
}

.owl-carousel figcaption {
  text-align: left;
}

.owl-carousel figcaption small {
  color: #9b9b9b;
}

.card-columns {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}

@media (min-width: 768px) {
  .owl-carousel .owl-item img {
    max-height: 360px !important;
    width: auto !important;
  }
}

@media (min-width: 1024px) {
  .owl-carousel .owl-item img {
    max-height: 420px !important;
    width: auto !important;
  }
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 1.25rem;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgba(46, 49, 49, 0.3);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #58d1c5;
}

