@media only screen and (max-width: 767px) {
  .a5-hero-textContainer {
    max-width: 281px;
  }
}

@media (min-width: 768px) and (max-width: 1089px) {
  .a5-hero-textContainer {
    max-width: 390px;
  }
}