/* Move hero content to the very top */
.banner__content {
align-items: flex-start !important;
justify-content: flex-start !important;
padding-top: 20px !important;
}
/* Keep the buttons directly under the text */
.banner__buttons {
margin-top: 12px !important;
}