.banner img {
    top: -4vw;
}

.menu {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 3%, rgba(4, 0, 37, 0.57) 100%);
}

.title h2 {
    font-size: 2.2em;
}

.title::before {
    height: 1.9em;
    bottom: -35px;
}

.perguntas {
    padding-left: 10px;
    line-height: 1.8em;
    margin: 80px auto;
}

.perguntas h3 {
    color: #dfff2c;
    font-family: "Gotham XNarrow", 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-bottom: 20px;
    font-size: 1.8em;
    letter-spacing: 1px;
    /* font-weight: bold; */
}

.perguntas ul {
    padding-left: 18px;
}

.perguntas strong {
    color: #dcff14;
}

.perguntas a {
    color: #caeb0f;
}

.perguntas:first-of-type {
    margin-top: 50px;
}

/* 120px cada lado */

@media (min-width: 576px) {
    .banner img {
        width: 100%;
    }
    .perguntas {
        padding-left: 15px;
    }
    .title h2 {
        font-size: 2.5em;
    }
    .title::before {
        height: 2.2em;
        bottom: -42px;
    }
    .perguntas:first-of-type {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .perguntas {
        padding-left: 50px;
    }
}

@media (max-width: 576px) {
    .title h2 {
        font-size: 2em;
        margin-left: 50px;
    }
}