.hero_container {display: inline-block;flex-direction: column;h1 span.pre-title {display: block;}h1 span.title {display: block;}h1 span.sub-title {display: block;}}@media only screen and (max-width:968px) {.hero_container {display: flex;align-items: center;justify-content: space-evenly;gap: .25rem;h1 {text-align: center;}p {text-align: center;}}}