.rate-banner {
    width: 100%;
    max-height: 320px;
    object-fit: cover;
}

.bg-purple {
    background-color: #5c1c7c;
}

.text-yellow {
    color: #f49404;
}

.text-white th {
    color: #fff !important;
}

table{
    font-size: 14px;
}

th{
    background-color: #5c1c7c !important;
    color: white !important;
}