.h2_title {
    font-family: Cabin, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #222222;
}
.nome_parceiro {
    font-family: Cabin, sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #222222;
}
.texto_parceiro {
    font-family: Cabin, sans-serif;
    font-weight: 200;
    font-size: 15px;
    color: #222222;
}
.nome_parceiro, .texto_parceiro, h5 {
    margin-bottom: 10px;
}
h5 {
    color: #555;
    font-style: italic;
}

a {
    color: #007bff;
    text-decoration: underline;
}
a:hover {
    color: #0056b3;
}