.skills-section{margin:0 auto;max-width:1100px;padding:10px 20px;text-align:center}.skills-section h2{font-size:24px;font-weight:700;margin-bottom:40px}.skills-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.skill-card{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:end;overflow:hidden;transition:transform .3s ease}.skill-card:hover{transform:translateY(-5px)}.skill-card img{height:60px;margin:30px 0;width:80px}.skill-card p{background:#fff;border-top:1px solid #ddd;color:#000;font-weight:600;margin:0;padding:22px;width:100%}@media(max-width:767px){.skill-card{width:calc(34% - 20px)}.skills-grid{display:flex;flex-wrap:wrap;justify-content:space-between}}@media(max-width:500px){.skill-card{width:calc(50% - 10px)}.skills-grid{gap:10px}.skill-card img{height:60px;margin:20px 0;width:60px}.skill-card p{padding:11px}}