.nutricos_banner {
    padding: 74px 0;
    background-image: url("/assets/images/nutricos_banner/Banner_03.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 680px;
    display: flex;
    align-items: center;
}
.nutricos_banner .banner_card {
    width: 80%;
    height: 415px;
    margin: 0 auto;
    background: #d8d8fa;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgb(0 0 221 / 59%);
    flex-direction: column;
}
/* .nutricos_banner .banner_card .banner_content {
  padding: 35px;
} */

.nutricos_banner .banner_card .banner_content {
  width: 100%;
  padding: 60px;
}
.nutricos_banner .text_holder .enquire_btn {
    font-size: 15px;
    font-weight: 900;
    color: #fff;
    background-color: #4343af;
    padding: 7px 20px;
    border-radius: 5px;
    border: 0px;
    margin-bottom: 10px;
    border: 1px solid #0000dd;
}

/* .nutricos_banner .banner_card .banner_content .head {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 16px;
} */
.nutricos_banner .banner_card .banner_content .head {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 800;
  color: #2f2f2f;
  margin-bottom: 25px;
}

.nutricos_banner .banner_card .banner_content .text {
    font-size: 18px;
    line-height: 1.8;
    color: #030303;
    margin: 0;
}
/* .nutricos_banner .banner_card .banner_wrapper {
  width: 250px;
  height: 100%;
} */

.nutricos_banner .banner_card .banner_wrapper {
    width: 45%;
    height: 560px;
    margin-right: 20px;
}
.nutricos_banner .banner_card .banner_wrapper .banner_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (min-width: 0px) and (max-width: 574px) {
  .nutricos_banner {
    height: 480px;
    background-position: left;
  }
  .nutricos_banner .banner_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 400px;
  }
  .nutricos_banner .banner_card .banner_content .head {
    font-size: 18px;
    margin-bottom: 0;
  }
  .nutricos_banner .banner_card .banner_content {
    width: 100%;
    padding: 20px 10px;
  }
  .nutricos_banner .banner_card .banner_content .text {
    font-size: 15px;
  }
  .nutricos_banner .banner_card .banner_wrapper {
    width: 170px;
    height: 100%;
  }
}
@media (min-width: 575px) and (max-width: 767.98px) {
  .nutricos_banner .banner_card .banner_content {
    width: 100%;
    padding: 20px;
  }
  .nutricos_banner .banner_card .banner_content .head {
    font-size: 20px;
  }
  .nutricos_banner .banner_card .banner_wrapper {
    width: 200px;
    height: 100%;
  }
  .nutricos_banner .banner_card {
    width: 80%;
    height: 340px;
  }
  .nutricos_banner {
    height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nutricos_banner .banner_card .banner_content .head {
    font-size: 23px;
  }
  .nutricos_banner .banner_card .banner_content {
    padding: 15px;
  }
  .nutricos_banner .banner_card .banner_content {
    width: 100%;
    padding: 35px;
  }
  .nutricos_banner .banner_card .banner_wrapper {
    width: 210px;
    height: 100%;
  }
  .nutricos_banner .banner_card {
    width: 80%;
    height: 300px;
  }
  .nutricos_banner {
    height: 500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nutricos_banner .banner_card .banner_content .head {
    font-size: 24px;
  }
  .nutricos_banner .banner_card .banner_wrapper {
    width: 220px;
    height: 100%;
  }
  .nutricos_banner .banner_card {
    width: 80%;
    height: 300px;
  }
  .nutricos_banner {
    height: 600px;
  }
}
