section#slogan h2{
    font-family: 'american-scribe';
    color: #09212B;
    font-size: 6.7vw;
    line-height: 6.7vw;
    margin: 50px 0;
    font-weight: 100;
    text-align: center;
}

section#slogan{
    background: #F8F7F5;
}

@media only screen and (max-width: 1000px) {
    section#slogan h2{
        font-size: 50px;
        line-height: 55px;
    }
}