.awards-header{align-items:flex-start;display:flex;gap:5rem;margin-bottom:3rem}.awards-header h2{color:#fff;flex-shrink:0;font-family:Inter,sans-serif;font-size:2rem;font-weight:700;margin:0;white-space:nowrap}.awards-header p{color:hsla(0,0%,100%,.6);font-size:1rem;line-height:1.75;margin:0 0 0 auto;max-width:510px;padding-top:.375rem}.awards-items{display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.award-item{cursor:pointer;display:flex;flex-direction:column;gap:.875rem}.award-img-wrap{aspect-ratio:1/1;border-radius:12px;max-width:148px;overflow:hidden;transition:box-shadow .35s ease}.award-img-wrap img{display:block;height:100%;object-fit:cover;transition:transform .35s ease;width:100%}.award-item:hover .award-img-wrap{box-shadow:0 0 0 3px #262477}.award-item:hover .award-img-wrap img{transform:scale(1.04)}.award-item p{color:#fff;font-size:1.125rem;font-weight:500;line-height:1.45;margin:0}.award-bar{background:#ff6b35;border-radius:2px;display:block;flex-shrink:0;height:3px;transition:width .35s ease;width:32px}.award-item:hover .award-bar{width:100%}@media (max-width:1024px){.awards-header{flex-direction:column;gap:1rem}.awards-items{grid-template-columns:repeat(2,1fr)}}