.landing-page .hero .hero__img--container {
    max-height: 65vh;
}

.hero__lp-content {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
h3.hero__lp-content__cta {
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .landing-page .hero .hero__img--container {
        max-height: 45vh;
    }

    .hero__lp-content {
        flex-direction: column;
        gap: 5px;
    }
}
