.bannerInnerText {
  width: 100%;
  min-height: 500px;
  height: auto;
  background-image: url("../images/YGWG_BG_Desktop_New.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.you__grow__wrapper {
  width: 100%;
  max-width: 2400px;
  height: auto;
  min-height: 500px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 15px 0 0;
  gap: 100px;
  position: relative;
}
.you__grow__wrapper::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 30px;
  right: 0;
  bottom: 30px;
  background-image: url("../images/bottom-line-new1.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}
.you__grow__wrapper .img-fluid {
  max-width: 100%;
}
.you__grow__col__row {
  width: 100%;
  height: auto;
  max-width: 1440px;
  margin-inline: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .you__grow__col__row {
    max-width: 700px;
    flex-direction: column;
  }
}
.you__grow__wrapper .you__grow__col__right {
  width: 100%;
  max-width: 430px;
  height: auto;
  position: relative;
}
@media (max-width: 991px) {
  .you__grow__wrapper .you__grow__col__right {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .you__grow__wrapper .you__grow__col__right {
    padding-right: 20px;
  }
}

.you__grow__wrapper .you__grow__col__left {
  width: 100%;
  max-width: 710px;
  height: auto;
}
@media (max-width: 991px) {
  .you__grow__wrapper .you__grow__col__left {
    margin-top: 100px;
  }
}
.you__grow__wrapper .you__grow__col__left img {
  max-width: 700px;
}
@media (max-width: 768px) {
  .you__grow__wrapper .you__grow__col__left img {
    max-width: 100%;
    width: 100%;
  }
}
.right-col-row {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.right-col-row .right-col {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 15px;
}
.right-col-row .right-col img {
  height: 38px;
}
@media (max-width: 991px) {
  .right-col-row .right-col.chip {
    display: none;
  }
  .right-col-row .right-col {
    justify-content: center;
  }
}
@media (max-width: 675px) {
  .right-col-row .right-col img {
    height: 25px;
  }
}
.bottom--line {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

@media (max-width: 1180px) {
  .bottom--line img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .bottom--line {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 414px) {
  .bottom--line {
    bottom: 20px;
    right: 10px;
  }
}