.f-card {
    background-color: #00468F !important;
    color: #FFF !important;
    font-family: Inter, sans-serif;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
}

.f-card-footer {
    background-color: white !important;
    color: #00468F !important;
    text-align: center;
    text-shadow: 0px 4px 100px 0px #000;
    font-family: Open Sans, sans-serif;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
}

.card-footer:last-child {
    border-radius: 0px;
}

.card-text {
    color: var(--bitsi-white, #FFF);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}