#AwardsDiv {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto 0;
    border-top: 2px solid black;
}

.t_aw_content_item {
    padding: 40px 20px;
    border-bottom: 2px solid rgb(230, 230, 230);
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    display: flex;
}

.t_aw_content_item:last-child{
    border-bottom: 0;
}

.t_aw_right img {
    width: 100%;
    max-width: 180px;
}

.t_aw_year {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.t_aw_year span {
    margin-left: 5px;
}

.t_aw_title {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: bold;
}

.t_aw_left {
    flex-direction: column;
    display: flex;
}

.t_aw_left i {
    font-size: 12px;
}

.t_aw_left a span {
    font-size: 18px;
    font-weight: bold;
}

.t_aw_type {
    margin-left: 5px;
    font-size: 14px;
}


@media screen and (max-width: 640px) {
    .t_aw_title {
        font-size: 16px;
        line-height: 1.5;
    }

    .t_aw_content_item {
        padding: 30px 0;
    }
}