.posts-relacionados1 {display: flex; float: unset; flex-direction: column;}
.posts-relacionados1 .postagens-relacionadas {display: flex;justify-content: center; margin-bottom: 40px;}
.posts-relacionados1 .titulo {font: 600 20px ubuntu; color: var(--vermelho1);margin: 20px 0;}
.posts-relacionados1 .post {display: flex; width: 264px;}
.posts-relacionados1 .engloba-slider {display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px;}
.posts-relacionados1 .titulo-post {font: 500 15px ubuntu; color: var(--cor3); text-align: center; width: 80%;}
.posts-relacionados1 .saiba-mais-blog {font: 400 11px ubuntu; color: var(--branco); padding: 10px 13px; display: inline-block; border-radius: 30px; margin: 0; background: var(--servicos-cor1); text-align: center; max-width: 50%;}
.posts-relacionados1 .pa {display: flex; align-items: center; justify-content: center;}

.posts-relacionados2 {display: flex; float: unset; flex-direction: column;}
.posts-relacionados2 .postagens-relacionadas {display: flex;justify-content: center; margin-bottom: 40px;}
.posts-relacionados2 .titulo {font: 600 20px ubuntu; color: var(--vermelho1);margin: 20px 0;}
.posts-relacionados2 .post {display: flex; width: 264px;}
.posts-relacionados2 .engloba-slider {display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px;}
.posts-relacionados2 .titulo-post {font: 500 15px ubuntu; color: var(--cor3); text-align: center; width: 80%;}
.posts-relacionados2 .saiba-mais-blog {font: 400 11px ubuntu; color: var(--branco); padding: 10px 13px; display: inline-block; border-radius: 30px; margin: 0; background: var(--servicos-cor1); text-align: center; max-width: 50%;}
.posts-relacionados2 .pa {display: flex; align-items: center; justify-content: center;}

.posts-relacionados .splide__arrow,
.posts-relacionados1 .splide__arrow,
.posts-relacionados2 .splide__arrow {top: 38% !important;}

.engloba-interna-blog {margin: 142px 0 0;float: left; width: 100%;}
.titulo-interna-blog { font: 600 30px ubuntu; color: var(--vermelho1); text-align: center; margin: 50px 0; }
.ql-resize-style-center {  display: flex; align-items: center; justify-content: center; margin: 0 auto; }


strong { font-weight: bold; color: #333 !important;}
span { font-weight: normal; color: #333 !important; }
.descricao { font: 15px ubuntu; color: #333; line-height: 1.6; }

.descricao img,
.descricao iframe { aspect-ratio: attr(width) / attr(height); max-width: 100%; }

@media(max-width: 1220px){
    .engloba-interna-blog { margin-top: 90px }
    .titulo-interna-blog { font-size: 26px; margin: 30px 0; }
}