@media only screen and (max-width: 1440px) {
.descricao_case {
font-size: 13px;
line-height: 23px;
}
.logotipo_case {
width: 208px;
}
.link_case {
font-size: 13.5px;
}
}
@media only screen and (max-width: 1366px) {
.titulo_case {
font-size: 21px;
}
}
@media only screen and (max-width: 1024px) {
.titulo_content {
min-width: 90%;
padding: 0 40px;
width: 100%;
}
.titulo_principal {
font-size: 28px;
margin-bottom: 50px;
}
.conteudo_textos {
padding: 30px 40px;
}
.logotipo_case {
width: 200px;
}
.link_case {
font-size: 12.5px;
}
.conteudo_bloco {
margin-bottom: 40px;
}
.titulo_case {
margin-bottom: 20px;
}
}
@media only screen and (max-width: 996px) {}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 600px) {
.site-main {
padding: 40px 0;
}
.titulo_content {
padding: 0 18px;
}
.conteudo_img,
.conteudo_textos {
width: 100%;
}
.conteudo_bloco {
flex-direction: column;
}
.conteudo_img {
height: 250px;
}
}
@media only screen and (max-width: 490px) {}
@media only screen and (max-width: 460px) {}
@media only screen and (max-width: 430px) {}
@media only screen and (max-width: 400px) {}
@media only screen and (max-width: 360px) {}
@media only screen and (max-width: 330px) {
.conteudo_textos {
padding: 30px 30px;
}
.link_case {
padding: 14px 38px
}
}
@media only screen and (max-width: 280px) {}