.box-midia {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.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, 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;
}
@media (width <= 768px) {
.conteudo img {
margin: 0;
}
}