.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}
.sg-block.sg-primary {
    background-color: #006FBA;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}

.card-body-faq {
    padding:18px
}

.sg-faq-panel.collapsed .fa-angle-up {
    transform: rotate(180deg);
}
.sg-faq-panel .fa-angle-up {
    transition: transform 0.2s;
}
.sg-faq-panel .fa-angle-up:before {
    display: inline-block;
    text-decoration: none;
}