#award-topic {
    margin: 60px auto;
    color: #cda45e
}

#award-topic h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 700
}

#awards {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 480px) {
    #awards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #awards .award {
        width: 100%;
        margin: 50px 0 !important
    }

    #awards #award-2 .award-img {
        content: url("../img/awards/price2-min.png")
    }

    #awards #award-1 .award-img {
        content: url("../img/awards/price1-min.png")
    }
}

.award {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px;
    margin-bottom: 20px;
    width: 33.33%;
    height: auto;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.award .price-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.award .price-img img {
    width: 70%
}

#award-1 h4,
#award-1 h2 {
    color: #e6b24b;
    font-weight: 700
}

#award-1:hover {
    text-shadow: 2px 2px 5px #fdbc62
}

#award-2 {
    margin-top: 80px
}

#award-2 h4,
#award-2 h2 {
    color: #7e7676;
    font-weight: 700
}

#award-2:hover {
    text-shadow: 2px 2px 5px #c9c9c9
}

#award-3 {
    margin-top: 80px
}

#award-3 h4,
#award-3 h2 {
    color: #f07625;
    font-weight: 700
}

#award-3:hover {
    text-shadow: 2px 2px 5px #f69c62
}