.nutricos_banner {
  padding: 70px 0;
  background-image: url("/assets/images/home/commng-soon/agri_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  height: 700px;
  display: flex;
  align-items: center;
}
.nutricos_banner .banner_card {
    width: 80%;
    height: 400px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
/* .nutricos_banner .banner_card .banner_content {
  padding: 35px;
} */

.nutricos_banner .banner_card .banner_content {
  width: 55%;
  padding: 60px;
}

/* .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;
  }
}
