.awardCard {
    margin: 20px 0;
    .awardImg {
        width: 100%;
        height: 260px;
        margin-bottom: 18px;
        img {
            width: 100%;
            height: 100%;
            border-radius: 15px;
        }
    }
    .awardTxt {
        .awardTtle {
            color: #048FEA;
            font-size: 25px;
            font-weight: 700;
            margin-bottom: 18px;
            line-height: normal;
        }
    }
}
.pagination {
    justify-content: center;
    margin-top: 40px;
}