#hero {
    transition: all 0.3s ease;
    min-height: 77vh;
    margin-top: -10px;
}

.container-title-hero {
    max-width: 700px;
    margin-top: -50px;
}

@media screen and (max-width: 639px) {
    .container-title-hero {
        margin-top: 150px;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}