
/* ======= home_card ========= */
.home_card_wrapper {
    padding: 70px 0px 52px;
}

.icons_box svg {
    width: 55px;
    height: 55px;
    min-width: 55px;
}

.home_card_title {
    color: #393939;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 7px;
}

.section_text {
    color: #425466;
    font-size: 18px;
    margin-bottom: 0px;
    /* font-style: italic; */
    /* mix-blend-mode: luminosity; */
}

.home_card_box {
    margin-top: 8px;
}


.text-color {
    color: #E53F9E;
}

.information_text b {
    font-size: 32px;
}

.home_card_content {
    padding-top: 32px;
}

.home_card_gap {
    --bs-gutter-y: 58px;
}


/* hero_wrapper */
.hero_wrapper {
    background-image: url(../img/hero-benner-bg.png);
    background-repeat: no-repeat;
    padding: 80px 0px 150px;
    position: relative;
    background-size: cover;
}

.hero_wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFFE5;
}

.hero-block {
    /* position: relative; */
    z-index: 1;
}


.hero_text {
    margin-bottom: 15px;
    color: #425466;
    font-size: 18px;
    font-weight: 500;
    mix-blend-mode: luminosity;
}

.hero_img_box {
    position: absolute;
    right: 0px;
    top: -20px;
}

.hero_img_box img {
    max-height: 850px;
    width: 100%;
}
.information_text {
    color: #393939;
    font-size: 28px;
    font-weight: 500;
}

@media (max-width: 991.98px)  {
   
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .hero_wrapper {
        padding: 50px 0px 70px !important;
    }
    .hero_img_box img {
        max-height: 515px !important;
    }
    .hero_heading::before {
        width: 298px;
        height: 45px;
        background-size: 250px 12px;
    }
}
@media (max-width: 767.98px){
    .hero_heading:before {
        width: 159px !important;
        bottom: -50px !important;
        background-size: 180px 13px;
    }
    .information_text b {
        font-size: 20px !important;
    }
}
@media (max-width: 575.98px){
   
    .hero_text {
        margin-bottom: 5px;
      }
      .home_card_wrapper {
        padding: 25px 0px 30px;
      }
       
        .hero_text {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 10px;
        }
        .hero_wrapper {
          padding: 50px 0px 20px !important;
        }
        .information_text b {
            font-size: 26px;
          }
          .home_card_wrapper {
            padding: 50px 0px 52px;
          }
          .home_card_gap {
            --bs-gutter-y: 28px;
          }
}