.card {
    max-width: 540px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 10px;
}

.card-header {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.card-body {
    padding: 15px;
}

.dropdown {
    position: relative;
}

.dropdown-toggle {
    width: 100%;
    text-align: left;
}

.dropdown-menu {
    min-width: 100%;
    left: 0;
    top: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    padding: 10px 15px;
}

.text1 {
    color: #2758a7 !important;
    font-family: Poppins !important;
    font-size: 50px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 50px !important; /* 100% */
}
.text2 {
    color: #000 !important;
    font-family: Inter !important;
    font-size: 25.3px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important; /* 94.862% */
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}
.accordion-header {
    border-radius: 20px !important;
    background: #efefef !important;
}
.accordion-button {
    color: #000 !important;
    font-family: Inter !important;
    font-size: 21.4px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important; /* 93.458% */
}
.buttonbawah {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}
.buttonbawah2 {
    color: #fff;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    padding: 2px;

    border-radius: 15px;
    background: #eb4526;
}

.accordion-body {
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .faq-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .buttonbawah,
    .buttonbawah2 {
        width: 50%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
