.insights-carousel.owl-theme {
  padding-bottom: 40px;
}
.insights-carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.insights-carousel.owl-theme .owl-nav .owl-prev {
  position: relative;
}
.insights-carousel.owl-theme .owl-nav .owl-prev::after {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../assets/icons/box-arrow-left.svg");
}
.insights-carousel.owl-theme .owl-nav .owl-next {
  position: relative;
}
.insights-carousel.owl-theme .owl-nav .owl-next::after {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../assets/icons/box-arrow-right.svg");
}
.insights-carousel.owl-theme .owl-stage-outer {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .insights-carousel.owl-theme .owl-stage-outer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .insights-carousel.owl-theme .owl-stage-outer {
    padding-left: 0;
    padding-right: 0;
  }
}
.insights-carousel.owl-theme .owl-dots {
  margin-top: 0 !important;
  padding-top: 16px !important;
  padding-bottom: 5px !important;
}
.insights-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.insights-carousel.owl-theme .owl-dots .owl-dot span {
  background: #818285;
}
.insights-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.insight-single-content h1,
.insight-single-content h2,
.insight-single-content h3,
.insight-single-content h4,
.insight-single-content h5,
.insight-single-content h6 {
  font-family: headingFont;
  width: 100%;
  padding-top: 30px;
  border-top: 1px dashed #c2b59b;
  color: #c2b59b;
  font-size: 18px;
}
@media (min-width: 768px) {
  .insight-single-content h1,
  .insight-single-content h2,
  .insight-single-content h3,
  .insight-single-content h4,
  .insight-single-content h5,
  .insight-single-content h6 {
    font-size: 20px;
  }
}
