.rosa-container {
display: flex;
justify-content: center;
align-items: center;
.conteudo{
width: 25%;
background-color: $cor-terciaria;
padding: 20px;
margin: 10px;
border-radius: 20px;
h3 {
color: $cor-secundaria;
font-size: $tamanho-do-texto / 1.7;
margin-bottom: 10px;
font-weight: bold;
}
h4 {
color: $cor-primaria;
font-size: $tamanho-do-texto / 2.5;
font-weight:500;
margin-bottom: 10px;
}
p {
font-size: $tamanho-do-texto / 3.5;
}
}
}