@media only screen and (min-width: 768px) {
    a.play {
        font-size: 16px !important;
        text-decoration: none !important;
        color: black !important;
    }

    .feature-items {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 15px;
        font-weight: normal;
        align-items: center;
        text-align: left;
    }

    .reward-text {
        font-size: 25px !important;
        background: #F7F7F7;
        border-radius: 10px;
    }
}
