.impact-stories {
  background: #010520;
  position: relative;
}

.impact-stories .container {
  max-width: 1308px;
  margin: 0 auto;
  padding: 80px 20px 160px 20px;
}

.impact-header {
  text-align: center;
}

.impact-header h2 {
  font-family: "Geist";
  font-weight: 600;
  font-size: 54px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 8px;
}

.impact-header p {
  font-family: IBM Plex Sans;
  font-weight: 400;
  font-size: 25px;
  line-height: 150%;
  text-align: center;
  margin: 0;
}

.impact-grid {
  margin-top: 80px;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.impact-img img {
  width: 100%;
  height: 100%;
}

.impact-content {
  padding: 48px;
  position: relative;
  overflow: hidden;
	min-height:450px;
}

.impact-content:before {
  content: url(/wp-content/uploads/2025/09/Ellipse-28-1.png);
  position: absolute;
  top: 0;
  right: 0;
}
a.impact-card:nth-child(2) .impact-content:before {
  content: url(/wp-content/uploads/2025/09/Ellipse-bottom-right.png);
  position: absolute;
  top: unset;
  bottom:-7px;
  right: 0;
}
a.impact-card:nth-child(3) .impact-content:before {
  content: url(/wp-content/uploads/2025/09/Ellipse-middle-right.png);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.impact-card {
  display: block;
}

.impact-img {
  height: 244px;
}

.impact-tag {
  opacity: 1;
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  background: #f7ff684d;
  color: #fff;
  margin-bottom: 24px;
  display: block;
  width: fit-content;
}

.impact-content h3 {
  font-family: "Geist";
  font-weight: 600;
  font-size: 29px;
  line-height: 130%;
  margin-bottom: 16px;
}

.impact-content p {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  margin: 0;
}
.impact-card {
  background: #ffffff0d;
  backdrop-filter: blur(150px);
	padding:0;
}

.impact-content .learn-more {
  margin-top: 24px;
  position: relative;
  bottom: unset;
}

.impact-cta .btn {
  display: block;
  width: fit-content;
  border-radius: 0;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin: 80px auto 0;
  background: transparent;
  border: 1px solid #ffffff;
  padding: 12px 24px;
}

.impact-stories .right-graphic-image-content {
  position: absolute;
  right: 0;
  top: 0;
}

.impact-stories .left-graphic-image-content {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .impact-stories .left-graphic-image-content,
  .impact-stories .right-graphic-image-content {
    display: none;
  }
  .impact-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .impact-header h2 {
    font-size: 32px;
  }

  .impact-header p {
    font-size: 18px;
  }

  .impact-stories .container {
    padding: 64px 32px;
  }

  .impact-content {
    padding: 20px;
	min-height:unset;
  }

  .impact-content h3 {
    font-size: 24px;
	  margin-top: 0px;
    margin-bottom: 5px;
  }
.impact-img {
	height: unset;
}
	.impact-cta .btn
	{
		margin: 30px auto 0;
	}
  .impact-content p {
    font-size: 18px !important;
  }
.impact-tag {
	font-size: 16px;
	padding: 4px 12px;
	margin-bottom: 20px;
}
	.impact-content .learn-more {
	margin-top: 20px;
}
}
