.formacao__nome {
    color: #464646;
    font-family: 'Raleway', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    padding: .8rem 0;
}

@media screen and (max-width: 768px) {
    .formacao__nome {
        font-size: 1.6rem;
    }
}