/* ////////////////////faq/////// */
/* ////////////////////faq/////// */
.sc_fs_faq > div > div {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.45s ease;
}
.sc_fs_faq > div > div p{
	padding: 10px ;
}

.sc_fs_faq .faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
	margin: 0;
}

.sc_fs_faq .faq-icon {
    width: 22px;
    height: 22px;
    transition: transform 0.45s ease;
    flex-shrink: 0;
}

.sc_fs_faq.active .faq-icon {
    transform: rotate(90deg);
}

.sc_card img {
	    margin-bottom: 0 !important;
}

.sc_fs_faq{
margin: 14px 0px !important;
    padding: 9px !important;
    background: #b2b2b214;
    border-radius: 12px;
    box-shadow: 0px 0px 0px 0px !important;
    border: 1px solid #ddd;
    border-bottom: 4px solid #d3d3d3;
}


