.award_sect:not(.padding_top_off) {
    border-top: 1px solid #D9D9D9;
}
.award_sect .cols {
    display: flex;
    margin: 0 -0.625em;
}
.award_sect .col {
    padding: 0 0.625em;
    box-sizing: border-box;
}
.award_sect .image_col {
    width: 25%;
}
.award_sect .content_col {
    width: 75%;
}
.award_sect .image {
    display: block;
    max-width: 100%;
}
.award_sect .title {
    font-size: 1.25em;
    margin: 0 0 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.award_sect .title:last-child {
    margin-bottom: 0;
}
.award_sect .description {
    margin: 0 0 1.25em;
}
.award_sect .description:last-child {
    margin-bottom: 0;
}
.award_sect .videos {
    display: flex;
    flex-wrap: wrap;
    margin: -0.625em;
}
.award_sect .video {
    margin: 0.625em;
    width: calc(50% - 1.25em);
    position: relative;
}
.award_sect .video:before {
    content: '';
    display: block;
    padding: calc(50%/16*9) 0;
}
.award_sect .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.award_sect .richtext img {
    width: revert-layer;
}
@media(max-width: 1199px) {
    .award_sect .image_col {
        width: 30%;
    }
    .award_sect .content_col {
        width: 70%;
    }
    .award_sect .title {
        font-size: 1.125em;
    }
    .award_sect .description {
        font-size: 0.875em;
    }
    .award_sect .videos {
        margin: -0.125em;
    }
    .award_sect .video {
        margin: 0.125em;
        width: calc(50% - 0.25em);
    }
    .award_sect .cols {
        display: block;
        margin: 0;
    }
    .award_sect .cols {
        padding: 0;
    }
    .award_sect .image_col,
    .award_sect .content_col {
        width: 100%;
    }
    .award_sect .image {
        margin: 0 0 1em;
    }
    .award_sect .title {
        font-size: 1em;
    }
    .award_sect .video {
        width: calc(100% - 0.25em);
    }
}