.tab-award {
    justify-content: center;
    column-gap: 15px;
    margin-bottom: 30px;
}

.tab-award .active {
    background: #ffcd05;
    border-color: #ffcd05;
    color: #000;
    font-weight: 600
}

.tab-award .btn {
    color: #000
}

.award-box {}

.award-box .card-header {
    background: #f5f5f5;
    font-size: 18px;
    text-transform: uppercase;
}

.award-box img {
    border-radius: 5px;
}

.font-20 {
    font-size: 18px;
    background: #ffcd05;
    color: #000;
    padding: 10px
}