.impact_banner {
    background: url(../images/our_impact/our_imp_banner.webp) center / cover no-repeat;
    padding: 150px 0 120px;
    color: #fff;
    margin-top: 62px;
}
.impact_title{
    font-size: 72px;
    font-weight: 600;
    line-height: 1.25;
}
.impact_subtitle{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    color: #fff;
}

.impact_glance_box {
  background: #f2f2f2;
  border-radius: 20px;
  gap: 20px;
}

.impact_item {
  text-align: center;
  flex: 1;
}

.impact_number {
  font-size: 48px;
  line-height: 1.25;
  letter-spacing: -0.96px;  
  color: #0d0d0d;
  margin: 0;
}

.impact_label {
  font-size: 16px;
  color: #808080;
  margin: 0;
}

.divider {
  width: 1px;
  height: 60px;
  background-color: #c9c8e5; /* light purple line like screenshot */
}
a.btn.btn-know-more {
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border: solid 1px #d6d6d6;
    background-color: #fff;
}
.media_card {
 border-radius: 10px;
  border: solid 1px #cbe3fc;
  background-color: #fff;
}

.media_img img {
  width: 100%;
  border-radius: 14px;
}

.media_date {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #244a9f;
  color: #fff;
  padding: 6px 18px;
  border-radius: 6px;
  font-size: 14px;
}

.media_meta {
  font-size: 14px;
  color: #808080;
}

.meta_divider {
  margin-left: 6px;
}

.media_title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.media_desc {
  color: #6f6f6f;
  font-size: 15px;
}

.read_btn {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  border: 1px solid #dcdcdc;
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s;
}

.read_btn:hover {
  background: #f5f5f5;
}
.newsletter_heading {
  font-size: 48px;
  font-weight: 600;
  color: #0d0d0d;
}

.newsletter_card {
  border: 2px solid #d7e7ff;
  background: #fff;
  border-radius: 18px;
}

.logo_strip {
  background: #fff;
  border-top: 1px solid #e6e6e6;
}

.logo_strip img {
  max-height: 40px;
  object-fit: contain;
}

.readmore_btn {
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 10px 26px;
  border-radius: 12px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  transition: 0.3s;
}

.readmore_btn:hover {
  background: #f5f5f5;
}
.media_img {
    width: 100%;
    height: 212px;
    overflow: hidden;
    border-radius: 10px;
}

  .media_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* prevents overflow */
    border-radius: 10px;
}

.gallery-img-box {
    width: 100%;
    height: 250px;   /* fixed equal height */
    overflow: hidden;
    border-radius: 20px;
}

.gallery-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* prevents overflow */
    border-radius: 20px;
}


.award_box img {
    width: 100%;
    
}

.award_text {
    font-size: 16px;
    color: #808080;
    line-height: 1.4;
}
.edu_exp_section {
    background: #f9fafc;
}



/* cards */
.edu_card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.06);
}

/* top quote icon */
.quote_icon {
    font-size: 40px;
    color: #244a9f;
    font-weight: bold;
    line-height: 0;
}

/* message text */
.edu_msg {
    margin-top: 15px;
    font-size: 16px;
    color: #808080;
    line-height: 1.6;
}

/* profile image */
.edu_profile {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

/* name + role */
.edu_name {
    font-weight: 700;
    font-size: 18px;
}

.edu_role {
    font-size: 14px;
    color: #808080;
}

/* company logo */
.edu_company {
    width: 80px;
}
/* Mobile View */
@media (max-width: 768px) {
  .impact_glance_box {
    flex-direction: column;
  }
  .divider {
    display: none;
  }
  .impact_banner{
    padding: 32px 0 32px;
  }
  .impact_title,.font_48,.impact_number,.newsletter_heading{
    font-size:24px;
  }
  .impact_glance_box{
    flex-wrap: wrap;
    flex-direction: row;
  }
  .media_title{
    font-size: 16px;
  }
}
