.awards .button { text-decoration: none !important; }
.awards .project { margin-bottom: 200px; }
@media (max-width: 1400px) {
    .awards .project { margin-bottom: 11%; }
}
@media (max-width: 659px) {
    .awards .project { margin-bottom: 5em; }
}
.awards .project img { display: block; }
.awards .project h2 { font-size: clamp(23px, calc(23px + ((52) * ((100vw - 430px) / (2000 - 430)))), 75px); font-weight: 800; margin-bottom: 0.3em; letter-spacing: -0.04em; }
.awards .project h3 { font-size: clamp(19px, calc(19px + ((29) * ((100vw - 430px) / (2000 - 430)))), 48px); font-weight: 300; margin-bottom: 1.1em; font-family: 'Poppins', sans-serif; text-transform: none; }
.awards .project .main-text { margin-top: 1.9em; line-height: 1.3em; }
.awards .project .main-text .button { margin-top: 15px; line-height: 1.15; }
@media (max-width: 659px) {
    .awards .project h2 { margin-bottom: 0.5em; }
    .awards .project h3 { margin-bottom: 1.5em; }
    .awards .project .main-text { margin-top: 1.8em; }
}
