.item h1 {
    text-align: center
}

.item h4 {
    font-size: 21px
}

.item .item-no {
    color: red;
    text-align: center;
    background-color: #4f0d47;
    color: #fff;
    width: 160px;
    margin: 0 auto;
    padding: 5px 0;
    border-radius: 50px;
    font-size: 20px
}

.this-masterclass p {
    font-size: 20px;
    color: #000
}

.this-masterclass {
    padding-bottom: 30px
}

.three-column-list li{
    font-weight: normal;
}
@media only screen and (max-width:768px) {
    .item .item-heading {
        font-size: 30px
    }
    .bonus .item-heading{font-size: 30px;}
}
