.awards_sect .sect_title {
    margin: 0 0 1em;
}
.awards_sect .items {
    display: flex;
    flex-wrap: wrap;
    margin: -0.625em;
    justify-content: center;
}
.awards_sect .item {
    margin: 0.625em;
    width: calc(100%/3 - 1.25em);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: inherit;
}
.awards_sect .item_image {
    max-width: 100%;
    margin: 0 auto 1.25em;
}
.awards_sect .item_info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
}
.awards_sect .item_title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 0 0.5em;
}
.awards_sect .item_title:last-child {
    margin-bottom: 0;
}
.awards_sect .item_desc {
    text-align: center;
    margin: 0 0 0.75em;
}
.awards_sect .item_butt_wrap {
    text-align: center;
}
@media(max-width: 1199px) {
    .awards_sect .items {
        margin: -0.5em;
    }
    .awards_sect .item {
        margin: 0.5em;
        width: calc(100%/3 - 1em);
    }
    .awards_sect .item .item_title {
        font-size: 1em;
    }
    .awards_sect .item .item_image {
        margin: 0 auto 0.625em;
    }
    .awards_sect .item_desc {
        font-size: 0.875em;
    }
}
@media(max-width: 767px) {
    .awards_sect .items {
        display: block;
        margin: 0;
    }
    .awards_sect .item {
        width: 100%;
        margin: 0 auto 1.25em;
    }
    .awards_sect .item:last-child {
        margin-bottom: 0;
    }
    .awards_sect .item .item_image {
        max-height: 15em;
    }
    .awards_sect .item_desc {
        font-size: 0.75em;
    }
}