.c2-impact-hero {
  width: 100%;
  background-color: #110082;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif !important;
}
.c2-impact-hero * {
  font-family: "Montserrat", sans-serif !important;
}
.c2-impact-hero {
  padding: 10px 0;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .c2-impact-hero {
    padding: 80px 0;
  }
}
@media (max-width: 640px) {
  .c2-impact-hero {
    padding: 50px 0;
  }
}
.c2-impact-hero__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1024px) {
  .c2-impact-hero__container {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 0 40px;
  }
}
@media (max-width: 640px) {
  .c2-impact-hero__container {
    padding: 0 24px;
    gap: 40px;
  }
}
.c2-impact-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c2-impact-hero__title {
  font-family: Montserrat, sans-serif;
  font-size: clamp(32px, 3.2vw, 54px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin: 0 0 24px 0;
  max-width: 380px;
}
@media (max-width: 1024px) {
  .c2-impact-hero__title {
    max-width: none;
  }
}
@media (max-width: 640px) {
  .c2-impact-hero__title {
    letter-spacing: -0.5px;
  }
}
.c2-impact-hero__subtitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  color: #3EFFC0;
  margin: 0 0 28px 0;
  max-width: 600px;
}
.c2-impact-hero__description {
  font-size: clamp(14.5px, 1.15vw, 17px);
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 40px 0;
  max-width: 620px;
}
.c2-impact-hero__action {
  display: flex;
}
.c2-impact-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0033FF;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 36px;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
.c2-impact-hero__btn:hover {
  background-color: rgb(12%, 29.6%, 100%);
  box-shadow: 0 10px 25px rgba(0, 51, 255, 0.45);
}
.c2-impact-hero__graphic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.c2-impact-hero__image {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.c2-impact-hero:hover .c2-impact-hero__image {
  transform: scale(1.03);
}

h2 {
  letter-spacing: 0 !important;
}