.autores{margin-top:0;padding:0;display:grid;grid-auto-columns:1fr;grid-auto-rows:auto;grid-template-columns:repeat(3,1fr);justify-content:center;gap:2rem}.autores .item{text-align:center;background-color:#fff;padding:40px}.autores .item .name strong{margin-top:10px;color:#00799b;font-weight:700;font-size:1.3em}.autores .item p{color:#000;margin:0}.autores .item p.link-botao{margin-top:30px}.autores .item p.link-botao a{font-weight:600}.autores .autor img{border:2px solid #00799b;width:7em;height:7em;border-radius:50%;margin-bottom:10px}.autores a{text-decoration:none}@media (max-width:768px){.autores{grid-template-columns:repeat(1,1fr)}}