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

/* Interest rate */

h4 {
    color: #006FBA;
    margin-bottom: 30px;
}

.accordion-button {
    font-weight: 600;
}

table {
    margin-top: 10px;
}

table th {
    width: 50%;
    background-color: #f1f1f1;
}

.accordion-body {
    background-color: #fff;
}

table{
    font-size: 12px;
}

.btn-pdf{
    background-color: #4CB748;
    color: white;
}

.btn-pdf:hover{
    background-color: #266124;
    color: white;
}