.dl_testimonials__heading {
  background-color: #FEBC2E;
  color: #061D35;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 30px;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 20px !important;
  line-height: 26px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .dl_testimonials__heading {
    padding: 20px 0;
    margin-bottom: 60px;
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 40px !important;
    line-height: 48px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.dl_testimonials__quote {
  overflow: hidden;
  background: rgba(6, 29, 53, 0.9);
  color: #FEBC2E;
  position: absolute;
  bottom: 0;
  min-height: 40px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: calc(100% - 40px);
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .dl_testimonials__quote {
    width: auto;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    line-height: 20px !important;
    letter-spacing: 0.3px;
    font-weight: 500;
  }
}
.dl_testimonials_row {
	background:white;
	padding:0px 10px;
}

.dl_testimonials__quote-content {
	overflow:none !important;
	padding: 15px 20px;
    width: 800px;
}

.dl_testimonials ul {
  margin-left: 0px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .dl_testimonials ul {
    text-align: left;
  }
}
.dl_testimonials ul > li {
  list-style: none;
  display: inline-block;
  background: white;
}
.dl_testimonials ul > li:first-child {
  margin-left: 0;
}
.dl_testimonials .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.dl_testimonials .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dl_testimonials .swiper-pagination {
  position: relative;
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .dl_testimonials .swiper-pagination {
    padding-top: 60px;
  }
}
.dl_testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #061D35;
  opacity: 0.5;
}
.dl_testimonials .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
