.nossas-solucoes-father{display:flex;justify-content:center;flex-flow:column;align-items:center;margin:0 auto;padding:0 5%;background-color:var(--branco-gelo);width:100%;max-width:1300px}.nossas-solucoes-father>.titulo{margin:30px 0;display:flex;flex-flow:column;align-items:center;width:90%;border-top:1px solid var(--azul-escuro);border-bottom:1px solid var(--azul-escuro);padding:1%}.nossas-solucoes-father>.titulo>h2{color:var(--azul-escuro);font-size:52px;text-align:center}.nossas-solucoes-father>.titulo>p{color:var(--cinza);font-size:27px;text-align:center}.caixas-solucoes{display:grid;justify-content:center;align-items:center;grid-template-columns:repeat(2,1fr);grid-gap:40px 20px;gap:40px 20px;margin-bottom:30px}@media screen and (max-width:720px){.caixas-solucoes{grid-template-columns:1fr;gap:40px}.nossas-solucoes-father>.titulo>h2{font-size:48px}}@media screen and (max-width:500px){.nossas-solucoes-father>.titulo>h2{font-size:40px}.nossas-solucoes-father>.titulo>p{font-size:23px}}