#slogan {
    width: 100%;
    height: 790px;
    background-image: url('../img/slogan.png');
    background-size: cover;
    background-position: center;
}

#slogan h3 {
    color: var(--main-white);
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    font-weight: 900;
}

@media (max-width: 980px) {
    #slogan {padding-top: 150px;}

    #slogan h3 {
        font-size: 20px;
    }

    #slogan-buttons {
        flex-direction: column;
    }
}