.conteudo .titulo-principal h2 {
    color: #0E1116;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}
.conteudo .titulo-principal h2 span {
    color: #DC0019;
    font-weight: 700;
}
.conteudo h3 {
    color: #04003D;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 23px;
}
.conteudo p {
    color: #0E1116;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.conteudo img {    
    margin: 15px 30px;
    border-radius: 20px;
}

.crencas {
    background-color: #F5F5F5;
}
.crencas .card-crenca {
    background-color: rgba(0,0,0,.8);
    border-radius: 10px;
    padding: 38px 20px 38px 30px;
    height: 100%;
}
.crencas .card-crenca .box-ico {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.crencas .card-crenca h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.crencas .card-crenca p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}