.dl_slider_content {
  overflow: hidden;
}
.dl_slider_content__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_slider_content__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_slider_content__text {
  padding: 10px 0px;
  background: rgba(6, 29, 53, 0.9);
  position: absolute;
  bottom: 0;
  min-height: 40px;
  display: inline-flex;
  margin-right: 0px;
  align-items: center;
}
.dl_slider_content__text-head {
  width: 70%;
  color: #FEBC2E;
  font-family: "Noto Sans", Helvetica, Arial, sans-serif;
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 0.3px;
  font-weight: 400;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .dl_slider_content__text-head {
    padding: 10px 20px;
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0.3px;
    font-weight: 400;
  }
}
.dl_slider_content ul {
  margin-left: 0px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .dl_slider_content ul {
    text-align: left;
  }
}
.dl_slider_content ul > li {
  list-style: none;
  display: inline-block;
  background: #ddd;
}
.dl_slider_content ul > li:first-child {
  margin-left: 0;
}
.dl_slider_content .swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
  position: relative;
}
.dl_slider_content .swiper-slide img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .dl_slider_content .swiper-slide img {
    height: 572px;
  }
}
.dl_slider_content .swiper-pagination {
  position: absolute;
  right: 0px;
  bottom: 20px;
  text-align: left;
  left: auto;
  width: 25%;
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  .dl_slider_content .swiper-pagination {
    padding-top: 0px;
  }
}
.dl_slider_content .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 1;
  background: rgba(254, 188, 46, 0.5);
}
.dl_slider_content .swiper-pagination .swiper-pagination-bullet-active {
  background: #febc2e;
}
