@media only screen and (max-width: 767px) {
    .a5-hero-textContainer {
        max-width: 282px !important;
    }
}

@media (min-width: 768px) and (max-width: 1089px) {
    .a5-hero-textContainer {
        max-width: 387px !important;
    }
}