.awards-section{padding:4rem 2rem;background-color:#fff}.awards-container{max-width:1200px;margin:0 auto}.awards-header{text-align:center;margin-bottom:3rem}.awards-title{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.awards-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.awards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;justify-items:center}.award-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;border-radius:.5rem;transition:transform .2s ease-in-out}.award-item:hover{transform:translateY(-4px)}.award-image{margin-bottom:1rem;transition:transform .2s ease-in-out}.award-item:hover .award-image{transform:scale(1.05)}.award-name{font-size:1rem;font-weight:500;color:#4b5563;max-width:180px}@media (max-width:768px){.awards-section{padding:3rem 1rem}.awards-title{font-size:2rem}.awards-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}}@media (max-width:480px){.awards-title{font-size:1.75rem}.awards-subtitle{font-size:1rem}.awards-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}}