#benefits-list .container {
  width: 1412px;
}

#benefits-list .inner {
  padding: 0 50px;
}

#benefits-list .title {
  font-size: 46px;
  line-height: 50px;
}

#benefits-list .bl-item {
  min-height: 458px;
}

#benefits-list .bl-default {
  transition: all 0.3s;
  background-color: rgb(36, 61, 112, .55);
}

#benefits-list .bl-default p {
  font-size: 38px;
  line-height: 40px;
  text-align: center;
}

#benefits-list .bl-hover {
  opacity: 0;
  background-color: rgba(36, 61, 112, .88);
  transition: all 0.3s;
  line-height: 24px;
  gap: 8px;
}

#benefits-list .bl-mobile strong,
#benefits-list .bl-hover strong {
  font-family: 'HelveticaNeue-CondensedBlack' !important;
}

#benefits-list .bl-hover,
#benefits-list .bl-default,
#benefits-list .bl-item .bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#benefits-list .bl-item .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 769px ) {
  #benefits-list .bl-item:hover .bl-default {
    opacity: 0;
    pointer-events: none;
  }

  #benefits-list .bl-item:hover .bl-hover {
    opacity: 1;
    pointer-events: unset;
  }
}

#benefits-list .swiper-button-next:after,
#benefits-list .swiper-button-prev:after {
  display: none;
}

#benefits-list .swiper-button-prev,
#benefits-list .swiper-button-next {
  background-image: url("../../../images/home/redesign/swiper-arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 50%;
  left: 0;
}

#benefits-list .swiper-button-next {
  transform: scale(-1);
  left:auto;
  right: 0;
}

#benefits-list .bottom {
  max-width: 650px;
}

#benefits-list .bottom .title {
  font-size: 56px;
  line-height: 1em;
}

#benefits-list .bottom .text {
  font-size: 22px;
  line-height: 33px;
}

#benefits-list .cost-title {
  font-size: 35px;
  line-height: 1em;
}

#benefits-list .price {
  font-size: 87px;
}

#benefits-list sup {
  top: -28px;
  font-size: 58%;
}

#benefits-list .cost-text {
  font-size: 18px;
  color:#000;
}

@media screen and (max-width: 768px ) {
  #benefits-list {
    padding-top: 6px;
  }

  #benefits-list .title {
    font-size: 32px;
    line-height: 43px;
  }

  #benefits-list .inner {
    padding: 0;
  }

  #benefits-list .benefits-swiper {
    margin-top: 19px;
  }

  #benefits-list .bl-item {
    min-height: 186px;
    margin: 0 13px;
  }

  #benefits-list .bl-default p {
    font-size: 32px;
    line-height: 37px;
  }

  #benefits-list .swiper-button-prev, #benefits-list .swiper-button-next {
    top: 90px;
  }
  
  #benefits-list .bl-mobile {
    font-size: 16px;
    line-height: 24px;
  }

  #benefits-list .bl-mobile p {
    margin-bottom: 25px;
  }

  #benefits-list .bottom {
    margin-top: 0;
    padding-top: 18px;
  }

  #benefits-list .bottom .title {
    font-size: 32px;
    margin-bottom: 8px;
  }

  #benefits-list .bottom .text {
    font-size: 16px;
    line-height: 26px;
  }

  #benefits-list .bottom .text br {
    display: none;
  }

  #benefits-list .cost {
    flex-direction: column;
    margin-top: 0;
    padding-top: 21px;
    gap: 54px;
  }
}