.About_us {
  margin: 30px 0px;
}

.About_us .About_us_holder {
  position: relative;
}

.About_us .img_holder .about_img {
  width: 100%;
  height: 100%;
}

.About_us .text_holder p {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #141414;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.About_us .stats_holder {
  background: #c2eeff 0% 0% no-repeat padding-box;
  border-radius: 7px 7px 0px 0px;
  opacity: 1;
  padding: 1%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 75%;
  border: 15px solid #ffffff;
  transition: all 0.3s ease-in-out;
}

.About_us .stats_holder:hover {
  background: #fff 0% 0% no-repeat padding-box;
  transition: all 0.3s ease-in-out;
}

.About_us .stats_holder .stats_content_holder {
  padding-left: 20px;
  position: relative;
}

.About_us .stats_holder .stats_content_holder:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 1px;
  background: #000;
  transition: all 0.3s ease-in-out;
}

.About_us .stats_holder:hover .stats_content_holder:before {
  height: 50%;
  transition: all 0.3s ease-in-out;
}

.About_us .stats_holder .stats_content_holder h6 {
  text-align: left;
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 0px;
  text-transform: uppercase;
  opacity: 1;
  color: transparent;
  -webkit-text-stroke: 2px #141414;
  transition: all 0.3s ease-in-out;
}

.About_us .stats_holder:hover .stats_content_holder h6 {
  transition: all 0.3s ease-in-out;
  color: #00648b;
  -webkit-text-stroke: 2px #00648b;
}

.About_us .stats_holder .stats_content_holder p {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #141414;
  text-transform: uppercase;
  opacity: 1;
}

@media (min-width: 0px) and (max-width: 574px) {
  .About_us .text_holder {
    margin: 20px 0px;
  }

  .About_us .stats_holder .stats_content_holder p {
    font-size: 15px;
  }

  .About_us .stats_holder .stats_content_holder h6 {
    font-size: 30px;
  }

  .About_us .stats_holder {
    border-radius: 7px;
    padding: 15px;
    position: unset;
    width: 100%;
    border: 5px solid #ffffff;
    margin: 20px 0px;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .About_us .text_holder {
    margin: 20px 0px;
  }

  .About_us .stats_holder .stats_content_holder p {
    font-size: 18px;
  }

  .About_us .stats_holder .stats_content_holder h6 {
    font-size: 40px;
  }

  .About_us .stats_holder {
    border-radius: 7px;
    padding: 20px;
    position: unset;
    width: 100%;
    border: 5px solid #ffffff;
    margin: 20px 0px;
  }

}


@media (min-width: 768px) and (max-width: 1199px) {

  .About_us .stats_holder .stats_content_holder p {
    font-size: 18px;
  }

  .About_us .stats_holder .stats_content_holder h6 {
    font-size: 40px;
  }


  .About_us .stats_holder {
    border-radius: 7px;
    padding: 20px;
    position: unset;
    width: 100%;
    border: 5px solid #ffffff;
    margin: 20px 0px;
  }

}

@media (min-width: 1200px) and (max-width: 1299px) {
  .About_us .stats_holder .stats_content_holder p {
    font-size: 17px;
  }

  .About_us .stats_holder .stats_content_holder h6 {
    font-size: 38px;
  }
}