
body{
margin:0;
background:#ffffff;
font-family:"Times New Roman", serif;
}

.coroas{
padding:60px 20px;
text-align:center;
}

.coroas h2{
color:#b89a5a;
font-size:36px;
font-weight:400;
}

.linha{
width:120px;
height:1px;
background:#b89a5a;
margin:20px auto 50px;
}

.grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

.item img{
width:220px;
height:220px;
border-radius:50%;
object-fit:cover;
}

.item h3{
margin-top:15px;
font-size:18px;
font-weight:400;
}

.item p{
color:#b89a5a;
font-size:20px;
}

.item a{
display:inline-block;
margin-top:10px;
padding:10px 22px;
background:#b89a5a;
color:white;
text-decoration:none;
border-radius:6px;
}
