.hero {
    height: 80vh;
}

.hero .logo-message {
    margin-bottom: 67px;
}

.hero .section__image {
    min-width: 50%;
}

@media only screen and (max-width: 800px) {
    .hero .logo-message {
        margin-bottom: 16px;
    }

    .hero .section__image {
        max-height: 60%;
    }
}
