/**
REWARD
*/
.reward {
    background: hsl(var(--primary));
    padding: 10px;
}

.reward .item {
    text-align: center;
    padding: 1.5rem;
}

.reward .item .icon {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    border:2px solid #1193D4;
    border-radius:50%;
    padding:4px;
    background-color: rgba(17, 147, 212, 0.15);
}

.reward .item .txt {
    font-size: 1rem;
    font-style: italic;
    color: #ffffff;
    font-weight: bold;
    margin-top: 0.8rem;
}


@media screen and (max-width: 991px) {
  
  .reward .reward-row {
        width: 100% !important;
    }
  .reward .item .left {
        width: 60px !important;
    }

    .reward .item .left .number {
        font-size: 55px !important;
    }


    .reward .item .left .alpha {
        font-size: 15px !important;
    }

    .reward .item .right {
        width: calc(100% - 60px) !important;
        padding: 0;
    }

    .reward .item .right .icon img {
        width: 25px !important;
        height: auto !important;
    }

    .reward .item .desc {
        font-size: 12px !important;
    }

}