.how-we-help-section {
  background: #010520;
  padding: 110px 20px;
}

.section-title {
  margin: 0 0 24px 0;
  font-family: "Geist";
  font-weight: 600;
  font-size: 54px;
  line-height: 125%;
  text-align: center;
  color: #fff;
}

.help-grid {
  margin-top: 57px;
}

.learn-more {
  position: absolute;
  bottom: 24px;
}

.wrapper_content .help-title {
  margin-bottom: 48px;
  min-height: 80px;
}

.how-we-help-section .container {
  max-width: 1308px;
  margin: 0 auto;
}

.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.help-title {
  font-family: "Geist";
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  color: #fff;
  margin: 0;
  padding: 48px 32px;
}

.help-card a {
  text-decoration: none;
}

.help-card {
  background: #ffffff0d;
  backdrop-filter: blur(150px);
}

.help-icon img {
  display: block;
  object-fit: cover;
}

.help-title {
  position: relative;
  overflow: hidden;
}

/* .help-card:nth-child(1) .help-title:before,
.help-card:nth-child(3) .help-title:before,
.help-card:nth-child(4) .help-title:before,
.help-card:nth-child(6) .help-title:before {
  content: url("/wp-content/uploads/2025/08/Ellipse-28.png");
  position: absolute;
  top: 0;
  right: 0;
} */

.wrapper_content {
  position: relative;
}

.wrapper_content:before {
  content: url(/wp-content/uploads/2025/09/Ellipse-28-1.png);
  position: absolute;
  top: 0;
  right: 0;
}

.help-icon {
  max-width: 426px;
}

.help-icon img {
  width: 100%;
}

.learn-more {
  margin-top: 24px;
}

.wrapper_content .help-title {
  padding: 0;
  line-height: 40px;
}

.wrapper_content {
  padding: 40px 30px;
}

.help-grid:has(.wrapper_content) {
  gap: 20px;
}

.wrapper_content .help-title:before {
  display: none;
}

.section-sub-heading {
  max-width: 828px;
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-size: 25px;
  line-height: 150%;
  text-align: center;
  margin: 0 auto 24px;
}

.how-we-help-section .learn-more {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  color: #f7ff68;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (max-width: 768px) {
  .help-grid {
    grid-template-columns: 1fr;
  }

  .help-icon img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .help-icon {
    max-height: 136px;
    height: 100%;
  }

  .help-title {
    font-size: 28px;
    line-height: 40px;
    padding: 20px 14px 40px;
  }

  .how-we-help-section {
    padding: 64px 32px;
  }

  .section-title {
    font-size: 32px;
  }

  .section-sub-heading {
    font-size: 18px;
  }
}
