.fees {
    background: linear-gradient(to right, #e5345c, #792358);
    padding: 30px 0;
}


.fees .custom-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.fees .custom-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.fees .table>thead {
    border-bottom: 2px solid #000;
}

.fees .custom-table td,
.fees .custom-table th {
    border: 1px solid #f0f0f0;
    text-align: center;
    padding: 5px;
}


@media (min-width:0px) and (max-width:991px) {

    .fees .custom-table td,
    .fees .custom-table th,
    .fees-note {
        font-size: 14px;
    }
}