.projeto__titulo {
    color: #464646;
    font-family: 'Raleway', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: .8rem;
}

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