.headlight {
    text-align: center;
    background-color: #b7c4d1;
}

#mainTitle {
    .changa-<uniquifier> font-family: "Changa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-transform:uppercase;
    background-color:#000;
    color:#eee;
}

#payment {
    .changa-<uniquifier> font-family: "Changa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    background-color: red;
    color: #eee;
}


.headlightPhotoCaption {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: white;
    font-weight: 700;
    font-size: 1.5em;
}

.formConsulta {
    color: black;
}

.faq {
    background-color: #ccc;
}

.vantagens {
    text-align: left;
}

.faq li {
    margin-bottom: 15px;
}

@media screen and (max-width:576px) {
    .headTextClass {
        font-size: 2.5em;
    }
}

.feature {
    border: 5px solid #000;
    border-radius: 20px;
    color: #000;
}

