#inner-Product-banner {
  position: relative;
  height: auto;
  overflow: hidden;
  line-height: 0px;
  border-radius: 16px;
  width: 90%;
  margin: auto;
  margin-top: 170px;
  transition: 1s;
}
#inner-Product-banner .container {
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  display: flex;
  align-items: end;
  padding-bottom: 60px;
}
#inner-Product-banner .container .bannerText {
  width: 915px !important;
  max-width: 100%;
}
#inner-Product-banner .container .bannerText h1 {
  font-size: 24px !important;
  color: var(--White);
  line-height: 1;
  margin: 0px;
  font-weight: var(--font-weight-400);
  margin-bottom: 20px;
}
#inner-Product-banner .container .bannerText .bannerDesc {
  font-size: 40px !important;
  color: var(--White);
  margin: 0px;
  line-height: 1.2;
  font-weight: var(--font-weight-500);
}
#inner-Product-banner.banner_active {
  width: 98%;
}
#inner-Product-banner .common-cta {
  position: absolute;
  right: 0px;
  bottom: 50px;
  color: var(--White);
  margin-top: 25px;
  line-height: 26px;
  font-weight: 300;
}
#inner-Product-banner .common-cta .arrow {
  display: grid;
  place-content: center;
}

/* res */
@media (min-width: 1600px) and (max-width: 1919px) {
  #inner-Product-banner .container .bannerText {
    width: 850px !important;
  }
  #inner-Product-banner .container .bannerText h1 {
    font-size: 20px !important;
  }
  #inner-Product-banner .container .bannerText .bannerDesc {
    font-size: 36px !important;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  #inner-Product-banner .container .bannerText {
    width: 850px !important;
  }
  #inner-Product-banner .container .bannerText h1 {
    font-size: 20px !important;
  }
  #inner-Product-banner .container .bannerText .bannerDesc {
    font-size: 36px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  #inner-Product-banner .container .bannerText {
    width: 850px !important;
  }
  #inner-Product-banner .container .bannerText h1 {
    font-size: 20px !important;
  }
  #inner-Product-banner .container .bannerText .bannerDesc {
    font-size: 36px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #inner-Product-banner .container .bannerText {
    width: 100% !important;
  }
  #inner-Product-banner .container .bannerText h1 {
    font-size: 20px !important;
  }
  #inner-Product-banner .container .bannerText .bannerDesc {
    font-size: 32px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #inner-Product-banner .container .bannerText {
    width: 100% !important;
  }
  #inner-Product-banner .container .bannerText h1 {
    font-size: 20px !important;
  }
  #inner-Product-banner .container .bannerText .bannerDesc {
    font-size: 32px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #inner-Product-banner .container {
    padding-bottom: 20px;
    display: grid;
    place-content: end;
  }
  #inner-Product-banner .container .bannerText {
    width: 100% !important;
  }
  #inner-Product-banner .container .bannerText h1 {
    font-size: 16px !important;
  }
  #inner-Product-banner .container .bannerText .bannerDesc {
    font-size: 20px !important;
  }
  #inner-Product-banner .common-cta {
    position: relative;
    bottom: 0px;
    font-size: 15px;
  }
}