#content .component.hero-banner-one .hero-banner-one__text {
    display: flex;
    flex-direction: column-reverse;
}
#content .component.hero-banner-one h1 {
    font-weight: 600 !important;
    text-transform: none !important;
    margin-bottom: 0;
}
.hero-banner-one .container h1 {
    color: var(--heroBannerOneHeadingFontColor);
}
#content .component.hero-banner-one .hero-banner-one__description {
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: bold;
    letter-spacing: 1px;
}
p.hero-banner-one__description {
    color: var(--heroBannerOneParagraphFontColor);
}