* {
    font-family: Mada, sans-serif;
}
.worldwide {
    background-image: linear-gradient(to right, #fff8f6, #f0f0f9);
}
.center {
    justify-content: center;
}
.sub-heading {
    font-size: 25px;
    font-weight: 700;
    color: #2b185a;
}
.sub-footer {
    font-size: 14px;
    line-height: 24px;
    color: #707070;
    max-width: 100%;
}
.help-button {
    text-align: end;
}
#help-button {
    background-image: linear-gradient(to right, #f6844b, #2c1fe8);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    padding: 10px 18px;
    border: none;
    font-size: 18px;
}
.line {
    height: 1px;
    background-color: #cacaca;
    text-align: end;
    font-weight: 100;
    margin-top:10px!important;
}
.center1 {
    display: flex;
    justify-content: center;
}
.footer-text {
    font-size: 14px;
    line-height: 24px;
    width:85%!important;
}
.center1 {
    display: flex;
    justify-content: center;
}
.footer-list {
    list-style: none;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}
.footer-heading {
    font-size: 14px;
    font-weight: 600;
    color: black;
    text-decoration: none;
    padding-bottom: 1rem !important;
}
.footer-list {
    list-style: none;
    font-size: 14px;
    text-decoration: none;
    color: #000;
}
.white-card {
    display: none;
}
.footer-icons {
    fill: black;
}
.footer-icons:hover {
    fill: #8f5ff5;
}
.footer:focus {
    fill: #8f5ff5;
}
.footer-bg {
    background: #f8f4f8;
}

@media (min-width: 320px) and (max-width: 768px) {
    .white-card {
        display: block;
    }
    #footer {
        display: none;
    }
    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0;
        color: black;
        background: #f8f4f8;
    }
    .sub-footer {
        max-width: 123%;
    }
    #help-button {
        width: 100%;
    }
    .sub-heading {
        max-width: 80%;
    }
}
