:root {
    --dark: rgb(24, 24, 24);
    --paragraph: rgb(53, 53, 53);
    --darkred: #9b271d;
    --darkerred: #811b12;
    --lightgray: #f3f5f7;
}

section.o-que-fazemos {
    text-align: center;
}

section.o-que-fazemos i {
    color: var(--darkred);
}

section.o-que-fazemos .header {
    margin-bottom: 60px;
}