/*
}

.section{
padding:60px 40px;
}

.section h2{
text-align:center;
font-family:'Bebas Neue';
font-size:42px;
margin-bottom:40px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
}

.card{
background:#1e1e1e;
border-radius:8px;
overflow:hidden;
text-align:center;
}

.card img{
width:100%;
height:160px;
object-fit:cover;
}

footer{
background:#000;
padding:40px;
text-align:center;
}

.whatsapp{
position:fixed;
bottom:20px;
right:20px;
background:#25D366;
color:#fff;
padding:14px 20px;
border-radius:30px;
text-decoration:none;
font-weight:600;
}
