.containerDepoimentos{display:grid;gap:30px;grid-template-columns:repeat(2,2fr);margin:0 auto;max-width:1200px}.depoimentocard{background-color:#e4e6f2;box-sizing:border-box;display:flex;flex-direction:column;font-family:Golos Text,sans-serif;justify-content:center;max-height:190px;overflow:hidden;padding:38px 45px 42px;width:585px}.depoimentocard .conteudo span{color:#4e5ff9;display:block;font-size:26px;font-weight:400;line-height:normal;margin-bottom:0}.depoimentocard .conteudo p{color:#000;font-size:15px;font-weight:400;line-height:normal;margin-bottom:0;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1024px){.containerDepoimentos{grid-template-columns:repeat(2,1fr)}}