.start-earning{
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}
.start-earning h4{
    color: #30368F;
    font-weight: 600;
    font-size: 18px;
}

.start-earning p{
    color: #283752;
    font-size: 18px;
}

.start-earning button{
    background-color: #30368F;
    color: white;
    border-radius: 10px;
    border: none;
    padding: 10px 20px;
    display: block;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
}

.start-earning button:hover{
    background-color: #283752;
    color: white;
}

.gifts-types .card{
    background-color: transparent !important;
    min-height: 330px !important;
}