/* Section Styles */
.header_section {
  min-height: 400px;
}

/* Our Fleet */
.fleetSection {
  background-image: url("../../images/line.png");
  background-repeat: no-repeat;
  background-position: left top 230px;
}
.fleet_container {
  z-index: 1;
}
.fleet_container .section_title {
  font-size: var(--fs-primary-text-1);
}

.fleet_container .section_desc {
  font-size: var(--fs-secondary-text-1);
}

.section .section_desc {
  font-size: var(--fs-secondary-text-1);
}
.howWorksSection .line {
  position: absolute;
  top: 0%;
  left: 50%;
  bottom: -15px;
  transform: translateX(-200%);
  background: url("../../icons/line-dashed.png");
  height: auto;
  width: 2px;
}
.howWorksSection .icon_box{
  z-index: 2;
}

.howWorksSection .section_title{
  font-size: clamp(2rem, 1.2vw + 1rem, 2.2rem)
}
.howWorksSection .section_desc{
  font-size: clamp(1.35rem, 1.5vw + 0.5rem, 1.65rem);
}
.howWorksSection .image_container > img{
  width: 100%;
  object-fit: cover;
}
.partner_image > img{
  mix-blend-mode: multiply;
  object-fit: contain;
}
.testimonial_image{
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial_image > img{
  object-fit: cover;
}
.primaryText{
  font-size: clamp(1.6rem, 1vw + 1rem, 2rem)
}
.splide__pagination{
  bottom: -5em !important;
}
.splide__pagination__page.is-active{
  background: var(--accent-clr-1) !important;
}
@media all and (max-width: 1224px) {
  .partnerSection {
    margin-top: 6vw;
  }
}
