#benefitsSec {
  position: relative;
  margin-bottom: var(--space-between-sections);
  overflow: hidden;
}
#benefitsSec .topContent {
  position: relative;
  width: 70%;
  margin: 0 auto 35px auto;
  text-align: center;
}
#benefitsSec .topContent h2 {
  margin: 0;
  font-size: var(--font-title-size);
  color: var(--primary-color);
  font-weight: 300;
  line-height: 70px;
}
#benefitsSec .topContent h2 br {
  display: block;
}
#benefitsSec .topContent p {
  margin: 20px 0 0 0;
  font-size: var(--font-text-size);
  color: var(--text-color);
  font-weight: 400;
  line-height: 28px;
}
#benefitsSec .benefits-slider {
  width: initial;
  margin: 0 -15px;
}
#benefitsSec .benefits-slider .owl-stage-outer {
  padding: 15px 0 22px;
}
#benefitsSec .benefits-slider .item {
  position: relative;
  padding: 30px;
  box-shadow: 0px 7px 15px rgb(0 0 0 / 10%);
  text-align: center;
}
#benefitsSec .benefits-slider .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  background-color: var(--secondary-color);
  border-radius: 100%;
}
#benefitsSec .benefits-slider .item .icon img {
  width: auto;
  height: auto;
  filter: var(--image-filter-icon-white);
  max-width: 60%;
}
#benefitsSec .benefits-slider .item .name {
  display: block;
  min-height: 48px;
  margin: 20px 0 0 0;
  font-size: var(--font-text-size);
  color: var(--primary-color);
  font-weight: 500;
  line-height: 24px;
}
#benefitsSec .benefits-slider .owl-nav button.owl-prev {
  left: -60px;
}
#benefitsSec .benefits-slider .owl-nav button.owl-next {
  right: -60px;
}

@media only screen and (min-width: 959px) and (max-width: 1180px) {
  #benefitsSec .topContent h2 {
    line-height: 60px;
  }
  #benefitsSec .topContent p {
    font-size: 16px;
    line-height: 26px;
  }
  #benefitsSec .benefits-slider .owl-nav {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
    position: static;
    margin-top: 8px;
  }
  #benefitsSec .benefits-slider .owl-nav [class*="owl-"] {
    position: static;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #benefitsSec {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #benefitsSec .topContent {
    width: 100%;
  }
  #benefitsSec .topContent h2 {
    line-height: 50px;
  }
  #benefitsSec .topContent p {
    font-size: 16px;
    line-height: 26px;
  }
  #benefitsSec .benefits-slider .owl-nav {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
    position: static;
    margin-top: 8px;
    padding: 0 15px;
  }
  #benefitsSec .benefits-slider .owl-nav [class*="owl-"] {
    position: static;
  }
}

@media only screen and (max-width: 767px) {
  #benefitsSec .topContent {
    width: 100%;
    margin-bottom: 15px;
  }
  #benefitsSec .topContent h2 br {
    display: none;
  }
  #benefitsSec .topContent p {
    line-height: 26px;
  }
  #benefitsSec .benefits-slider .owl-nav {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
    position: static;
    margin-top: 8px;
    padding: 0 15px;
  }
  #benefitsSec .benefits-slider .owl-nav [class*="owl-"] {
    position: static;
  }
}
