.about_banner {
  overflow: hidden;
}
.about_banner .banner_wrapper {
    width: 100%;
    height: 100%;
    margin: 50px 0px;
    position: relative;
    object-fit: cover;
    aspect-ratio: 1/0.35;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}

.about_banner .banner_wrapper:after {
       content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #141414 0% 0% no-repeat padding-box;
    opacity: 0.6;
    z-index: 1;
}
.about_banner .banner_wrapper .img_wrapper {
    width: 100% ;
    height: 100%;
    display: block;
    object-fit: cover;
}
.about_banner .banner_wrapper .banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #87ceeb;
    text-align: center;
    z-index: 2;
}
.about_banner .banner_wrapper .banner_content h1 {
  font-size: 80px;
  font-weight: 900;
  text-shadow: 0px 3px 6px #ffffff96;
  backdrop-filter: blur(3px) !important;
  border-radius: 5px;
  opacity: 1;
  opacity: 1;
}

.about_banner .card_text {
  font-size: 16px;
  color: #000000;
}

.about_banner .text_holder {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  top: -100px;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 574px) {

  .about_banner .banner_wrapper .img_wrapper {
    width: 100% !important;
    height: auto !important;
  }
  .about_banner .banner_wrapper .banner_content h1 {
    font-size: 24px;
  }
  .about_banner .banner_wrapper {
    /* margin: 6px 0px; */
    margin: 45px 0 0 0;
  }
  .about_banner .text_holder {
    padding: 10px;

    top: -12px;
    width: auto;
    margin: 0 auto;
  }
  .about_banner .card_text {
    font-size: 12px;
    color: #000000;
  }
}

@media (min-width: 575px) and (max-width: 767.99px) {
  .about_banner .banner_wrapper .banner_content h1 {
    font-size: 28px;
  }
  .about_banner .banner_wrapper {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .about_banner .text_holder {
    padding: 10px;

    top: -12px;
    width: auto;
    margin: 0 auto;
  }
  .about_banner .card_text {
    font-size: 12px;
    color: #000000;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_banner .banner_wrapper .banner_content h1 {
    font-size: 30px;
  }
  .about_banner .banner_wrapper {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .about_banner .text_holder {
    padding: 10px;

    top: -12px;
    width: 100vh;
    margin: 0 auto;
  }
  .about_banner .card_text {
    font-size: 13px;
    color: #000000;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .about_banner .banner_wrapper .banner_content h1 {
    font-size: 35px;
  }
  .about_banner .banner_wrapper {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .about_banner .text_holder {
    padding: 10px;

    top: -12px;
    width: 130vh;
    margin: 0 auto;
  }
  .about_banner .card_text {
    font-size: 14px;
    color: #000000;
  }
}
