.banner-in-cont {
  position: absolute;
  bottom: 3.5775em;
  max-width: 36.5625em;
  min-width: 25em;
  color: #ffffff;
}

@media only screen and (max-width:768px) {
  .banner-in-cont {
    max-width: fit-content;
    min-width: auto;
    bottom: 20px;
  }
}