.awards {
    margin-top: 90px;
    margin-bottom: 75px;
}
.awards-title {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 32px;
    text-align: center;
}
.awards-title::before {
    content: '';
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 6px;
    background-color: #77b224;
}
.awards-title.is-h2 {
    margin-top: 50px;
    font-size: 24px;
    padding-bottom: 24px;
}
.awards-text {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.awards-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}
.awards-item {
    display: flex;
    flex-direction: column;
    width: 30%;
}
.awards-item img {
    margin: 0 auto 15px;
    max-width: 100%;
    max-height: 200px;
}
.awards-item p {
    text-align: justify;
}
.awards-item a {
    color: #3b6303;
}
.awards-item a:hover {
    color: #83c743;
}
.awards-link {
    align-self: flex-end;
    margin-top: auto;
}

@media screen and (max-width: 990px) {
    .awards-item {
        width: 45%;
    }
}

@media screen and (max-width: 640px) {
    .awards-item {
        width: 100%;
    }
}
