.main-content-width {
  width: 90% !important;
  max-width: 1147px !important;
  margin: auto !important;
  font-family: Inter;
}
.bg-2f3c51 {
  color: #2f3c51;
}
.bg-1F3965 {
  color: #1f3965;
}
.hero-container {
  background-image: url(../../images/impact/hero1.png);
  background-position: center;
  width: 100vw;
  height: 500px;
  background-size: cover;
}
.impact-title {
  line-height: 58px;
  text-align: center;
}
.impact-desc {
  line-height: 28px;
}
.second-heading {
  line-height: 48px;
}
.whiteboard-text {
  color: #08192a;
}
.cutting-edge-text {
  line-height: 48px;
}
.whiteboard-desc {
  line-break: 24px;
}
.classroom3-img {
  width: 510px;
}
.classroom2-img {
  width: 540px;
}
.classroom-container {
  background-color: #f5f9ff;
}
.user-stories-desc {
  line-height: 38px;
  color: #2f3c51;
}
.previous-btn,
.next-btn {
  border: 0.74px solid #000000;
  padding-block: 0.75rem;
  padding-inline: 1rem;
}
.next-btn {
  background-color: #ebf5ff;
}
.reach-container {
  background-color: #f5f9ff;
}
.reach-sub-container {
  border-radius: 12px;
}
.card,
.card2 {
  width: 40% !important;
}
.card-contain {
  padding-right: 40px;
  padding-left: 95px;
}
.reach-card {
  width: 53%;
}
.map-image {
  width: 500px;
}
#reviews-container {
  height: 200px;
}
.previous-btn.disabled {
  background-color: white;
  cursor: not-allowed;
}

.previous-btn.enabled,
.next-btn {
  background-color: #ebf5ff;
  cursor: pointer;
}
button.disabled {
  background-color: white;
  cursor: not-allowed;
}

button.enabled {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1195px) {
  .impact-title {
    text-align: center;
  }
  .impact-text-container {
    width: 70% !important;
  }
  .user-stories-desc {
    font-size: 22px;
  }
}

@media (max-width: 788px) {
  .hero-container {
    background-image: url(../../images/impact/mobileHero.png);
    height: 336px;
  }
  .impact-title {
    line-height: 29px;
    text-align: center;
    padding-inline: 20px;
  }
  .impact-desc {
    line-height: 17px;
  }
  .second-heading {
    line-height: 20px;
  }
  .whiteboard-text {
    text-align: center;
    padding-inline: 29px;
  }
  .whiteboard-desc {
    text-align: center;
  }
  .cutting-edge-text {
    text-align: center;
  }
  .cutting-edge-text2 {
    font-size: 19px;
    display: flex;
    justify-content: center;
  }
  .user-stories-desc {
    line-height: 22px;
  }
  .card-contain {
    padding-left: 0px;
    padding-right: 0px;
  }
  .reach-card {
    width: 100%;
  }
  .cards-1 {
    justify-content: center;
  }
  .card {
    width: 50% !important;
  }
  .card2 {
    width: 50% !important;
  }
  .impact-text-container {
    width: 100% !important;
  }
  .previous-btn,
  .next-btn {
    padding-block: 0.55rem;
    padding-inline: 0.7rem;
  }
  .icon-width {
    height: 10px;
  }
  .map-image-container {
    display: none;
  }
  .user-stories-desc {
    font-size: 16px;
  }
}

@media (max-width: 1025px) and (min-width: 789px) {
  .impact-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 58.09px;
  }
  .impact-desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }
  .second-heading {
    font-size: 40px;
    font-weight: 700;
    line-height: 48.41px;
  }
  .cutting-edge-text,
  .cutting-edge-text2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48.41px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .whiteboard-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .whiteboard-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: center;
    padding-inline: 40px;
  }
  .classroom1-img {
    width: 510px;
  }
  .map-image {
    width: 400px !important;
  }
}

@media (max-width: 788px) and (min-width: 450px) {
  .card-contain {
    padding-right: 10%;
    padding-left: 10%;
  }
}
