.titulo {
    padding-top: 40px;
    padding-bottom: 40px;
}

.formato {
    font-family: 'Times New Roman', Times, serif;
    margin: 0 auto;
    padding: 24px;
    width: 90%;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.texto-sobre{
    font-size: 20px;
    color: rgb(70, 28, 0);
}

.texto-sobre:not(:last-child) {
    padding-bottom: 20px;
}

.p{
    font-size: 20px;
}

.selecao-suporte{
    color: oklch(70.5% 0.213 47.604);
}