.award_title {
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.award_item {
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 700;
    color: #ffe529;
    text-align: center;
}

.award_student {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.award_time {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}


.award_button {
    display: block;
    margin: 10px auto 0;
}

@media screen and (max-width: 1024px) {

}