.insurance-slider {
  position: relative;

  .insurance-slider-wrapper {
    position: relative;
  }

  .insurance-slider-image {
    picture,
    img {
      aspect-ratio: 360/675;
      display: block;
      width: 100%;
      height: auto;
    }
    @media (width >=768px) {
      picture,
      img {
        aspect-ratio: 768/852;
      }
    }
    @media (width >=1024px) {
      picture,
      img {
        aspect-ratio: 1366/854;
      }
    }
  }

  .insurance-wrapper {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    transform: translateY(-30%);
    @media (width >=768px) {
      top: 50%;
      transform: translateY(-50%);
      padding: 0 15px;
    }
    @media (width >=1024px) {
      padding: 0 3.5rem;
    }
  }
  .header {
    color: var(--tertiary-white);
    font-family: var(--body-font-family);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem;
    & > :first-child::before {
      content: '';
      display: block;
      width: 45px;
      border-top: solid 5px var(--tertiary-white);
      margin : 0 auto 1.875rem auto;
      

    }
    :first-child :is(h1, h2, h3, h4, h5, h6, p) {
      margin: 0;
      padding: 0;
      font-size: var(--heading-font-15-mob-sub-heading);
      line-height: var(--heading-lh-19-mob-text-small);
      font-weight: var(--fw-500);
      font-family: var(--body-font-family);
    }
    :last-child :is(p, h1, h2, h3, h4, h5, h6) {
      font-family: var(--body-font-family);
      margin: 0;
      padding: 0;
      font-size: var(--heading-font-2-mob);
      line-height: var(--heading-lh-10-mob-display);
      font-weight: var(--fw-500);

      @media (width >=768px) {
        font-size: var(--heading-font-23-des);
        line-height: var(--heading-lh-10-des-display);
      }
    }
  }

  .insurance-slider-item{
    padding: 0 2.5rem;
    display: flex;
    .insurance-slider-item__image{
      picture,
      img {
        aspect-ratio: 71/67;
        display: block;
        margin-right: 5px;
      }
    }
    .insurance-slider-item__description{
      p{
        font-family: var(--body-font-family);
        font-size: var(--heading-font-12-mob);
        line-height: var(--heading-lh-19-mob-text-small);
        font-weight: var(--fw-400);
        margin: 0;
        padding: 0;
      }
  }
}
.splide__arrow--next,.splide__arrow--prev{
  content: '';
  position: absolute;
  left: 0;
  background: url('/icons/corp_prv.png') no-repeat center center;
  width: 30px;
  height: 30px;
  top: 68%; 
  cursor: pointer;
  @media (width >=768px) {
    left:2.5%;
  }
  @media (width >=1024px) {
    left:6rem;
    top: 72%;
  }
}
.splide__arrow--next{
  left: auto;
  right: 0;
  background: url('/icons/corp_next.png') no-repeat center center;
  @media (width >=768px) {
    right: 2.5%;
  }
  @media (width >=1024px) {
    right:6rem;
    top: 72%;
  }
}
.splide__track {
  overflow: hidden;
  position: relative;
  background-color: var(--tertiary-white);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.24);
  padding: 3.75rem 0;
  z-index: 0;
}
.splide__track--draggable {
  user-select: none;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  @media (width >=1024px) {
      li:first-child.is-active {
        padding-left: 20px;
  
        @media (width>=1024px) {
          padding-left: 56px;
        }
      }
  
      li:not(:first-child).is-active {
        padding-left: 0;
      }
    }
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__sr{
  clip:rect(0 0 0 0);
  border:0;
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
}
}
