.faq_page {
    border-radius: 15px;
    padding: 30px 25px;
    margin-bottom: 50px;
}

.faq_head h2 {
    font-size: 28px;
    font-weight: 600;
    color: #284389;
    margin-bottom: 12px;
}

.faq_head {
    text-align: center;
}

.faq_head p {
    font-size: 14px;
    color: #1F1F1F;
}

#accordionExample .collapseHeader {
    border: 1px solid #E8ECF4;
    border-radius: 15px;
    background-color: transparent
}



#accordionExample .collapseBody {
    border: 1px solid #E8ECF4;
    border-radius: 0px 0px 15px 15px;
    border-top: none;
}

.general_sec h4 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #284389;
    margin-top: 36px;
    margin-bottom: 25px;
}

.metrics h4 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #284389;
    margin-top: 25px;
    margin-bottom: 25px;
}

.faq_page h5 {
    font-size: 16px;
    color: #1F1F1F;
    margin-bottom: 0;
}

.accordion .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 0;
}

.faq_item {
    margin-bottom: 10px;
}

.faq_item .card-header {
    background: white;
}

.faq_item .card-body {
    background-color: white;
    font-size: 1rem;
    padding-top: 0;
}
.faq_item .card-body p{
    margin: 0;
}

a.card-title {
    color: #284389;
    font-weight: bold;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
}
.faq_item .card-header:hover{
    cursor: pointer;
}


.faq_item h4 {
    color: #222;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    text-align: left;
    margin-bottom: 15px;
}

.faq_item p {
    color: #8D8D8D;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 166.667% */
}