.features {
  padding: 100px 0px 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 620px;
  position: relative;
  overflow: hidden;
}

.features__bg-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.features__bg-overlay {
  display: none;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.features .content-wrapper {
  position: relative;
  /* z-index: 2; */
}

.features .features-header {
  margin-bottom: 50px;
  max-width: 672px;
}

.features .slider-content-sec {
  margin-top: -140px;
}

.features .features-header h2 {
  font-size: 49.77px;
  line-height: 113%;
  margin-bottom: 16px;
}

.features .features-header p {
  margin: 0;
  color: #000;
}

.features .feature-icon-wrap {
  max-width: 708px;
  display: grid;
  grid-template-columns: 1fr 1fr; /* ✅ equal width columns */
  row-gap: 28px;
  column-gap: 58px;
  margin-bottom: 22px;
}

.features .feature-col {
  width: 100%;
  padding: 24px 0;
}

.features .feature-icon {
  margin-bottom: 16px;
  max-width: 70px;
}

.features .feature-content h3,
.features .feature-content h3 * {
  font-size: 20px !important;
  font-weight: 700; !important;
  line-height: 120%;
  letter-spacing: -0.015em;
  color: #000000;
  margin-bottom: 10px;
}

.features .feature-content p {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #231f20;
  margin: 0;
}

.features .feature-btn {
  margin-top: 50px;
}
.features .feature-btn .hsbutton {
  margin: 0;
}

@media (max-width: 991px) {
  .features {
    padding-top: 64px;
    padding-bottom: 500px;
  }
}

@media (max-width: 767px) {
  .features .features-header h2 {
    font-size: 35px;
  }

  .features__bg-overlay {
    display: block;
    background-color: #fffbe7;
    opacity: 0.7;
  }
}

@media (max-width: 480px) {
  .features .feature-icon-wrap {
    grid-template-columns: auto;
  }

  .features {
    padding-bottom: 264px;
  }
}
