h1 {
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.6em;
  color: #1a1a1a;
  text-transform: uppercase;
}

#our_impact {
  margin: 3% 0%;
  background: white;
}
.our_impact_container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.our_impact_body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.our_impact_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.our_impact_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  /* width: 60%; */
  position: relative;
  margin-bottom: 3%;
  line-height: 1.7em;
}
.our_impact_heading_main p{
    width: 60%;
}
.our_impact_heading > h1{
    position: relative;
    /* font-size: 2em; */
    /* color: #000; */
    margin-bottom: 3%;
}
.our_impact_heading > h1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5%;
  height: 5px;
  width: 70%;
  background: #00a651;
  border-radius: 20px;
  transform: translate(-50%);
}
.our_impact_heading a {
  color: #14a0df;
  padding-top: 2%;
  font-weight: 700;
}
.our_impact_section {
  display: flex;
  /* background: #dbdbdb; */
  width: 95%;
}
.our_impact_list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  background-color: #f9f9f9;
}
.our_impact_box {
  border: 3px solid #2584b1;
  background-color: white;
  color: #2584b1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  /* flex-wrap: wrap; */
  width: 40%;
  height: 30%;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 3%;
}
.our_impact_box > h1{
  color: #2584b1;
  font-size: 1em;
}
.our_impage_list_image_homepage {
  width: 100%;
  object-fit: contain;
  /* height: 100%; */
}
.our_impage_list_image {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.our_impact_box i {
  font-size: 6vh;
}
.impact_map_img {
  width: 100%;
  padding: 5% 0%;
}
.impact_map_img > img {
  width: 90%;
  margin: 0% 3%;
}

/* news letter  css start */
#newsletter_subscriber_form {
  text-align: center;
}
.newsletter_input {
  width: 100%;
  border: 2px solid #000 !important;
  padding: 4% !important;
  margin: 0.5% 0%;
}
.newsletter_btn {
  background: #149fdf;
  padding: 3%;
  border: none;
  border-radius: 10px;
  margin: 2% 0%;
  text-align: center;
  color: #FFF;
}
.newsletter_block_text {
  padding: 2% 3%;
}
/* news letter  css end */

/* css start for our work page for explore free learning resources template */
.free_learing_resources_container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.free_learing_resources_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #f9f9f9;
  flex-direction: column;
}
.free_learing_resources_list_data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 90%;
  background-color: #f9f9f9;
  margin-top: 3%;
}
.free_learing_resources_box {
  border: 3px solid #2584b1;
  background-color: white;
  color: #2584b1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  width: 21%;
  min-height: 30vh;
  /* height: 34%; */
  text-align: center;
  line-height: 1.5em;
  margin: 2% 2%;
}
.free_learning_resource_name{
  font-weight: bold;
  font-size: 1em;
}
.key_features_heading_text{
  color: #2584b1;
  font-weight: bold;
}
.free_learing_resources_box i {
  font-size: 5vh;
  line-height: 2em;
}
.free_learing_resources_btn {
  width: 100%;
  border-top: 3px solid #2584b1;
  padding: 4%;
  margin-top: 2vh;
  color: #2584b1;
}
.free_learing_resources_list_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* line-height: 4.8rem;
    font-size: 2.5vh;
    letter-spacing: 0.1em; */
  position: relative;
}
.free_learing_resources_list_heading h1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5%;
  height: 5px;
  width: 70%;
  background: #00a651;
  border-radius: 20px;
  transform: translate(-50%);
}
.technology_list_section {
  position: relative;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2% 2%;
}
/* css end for our work page for explore free learning resources template */
.key_features_icon_box{
  /* min-height: 0vh; */
}
.key_features_icon_box img{
  width: 100%;
  object-fit: contain;
  height: 10vh;
}
.key_features_text {
  padding: 7% 3%;
}

@media (max-width: 768px) {
  .our_impact_section {
    flex-direction: column-reverse;
  }
  .our_impact_list {
    width: 100%;
  } 
  .free_learing_resources_box{
    width: 75%;
  }
  .our_impact_heading_main p{
    width: 90%;
  }
  .free_learing_resources_list_heading h1::before{
    /* left: 35%; */
  }
}
