
/* ========== RATES SECTION ========== */
.rates-section-ref {
    background-color: transparent;
}
.rates-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5em;
}
.rates-content {
    width: 100%;
    margin-top: 3em;
    margin-right: auto;
    margin-left: auto;
    display: flex;
}
.rate-container {
    width: 100%;
    padding: 3em;
    margin-right: 2em;
    display: block;
    /* cursor: pointer; */
    text-decoration: none;
    color: black;
}
.rate-container:last-child {
    margin-right: 0;
}
.rate-container:hover {
    background-color: rgb(243, 243, 243);
}
.rate-title {
    text-align: center;
    padding-left: 10px;
    margin: 0;
}
.rate-description {
    text-align: center;
    padding-top: 10px;
    margin: 0;
}

/* ========== Specific styles for small and medium screens ========== */
@media (max-width: 991.98px) {
    .rates-section {
        padding: 2em;
    }
    .rates-content {
        display: block;
        margin-top: 2em;
    }
    .rate-container {
        background-color: rgb(243, 243, 243);
        padding: 2em;
        margin-right: 0;
        margin-bottom: 2em;
    }

    .faq-section {
        padding: 2em;
    }
    .faq-container {
        padding-top: 1em;
    }
}
