.page-header__description {
    max-width: 500px;
}
.element--page-banner-height {
    min-height: 354px;
}
@media screen and (max-width: 767px) {
    .page-header__description {
        max-width: 100%;
    }
  }