
.knowledge_title {
text-align: center;
}

.ser_flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 70px;
margin-bottom: 100px;
}

.ser_item_title {
font-weight: 400;
font-size: 24px;
color: rgba(83, 83, 83, 1);
text-align: center;
text-transform: uppercase;
}

.ser_item {
max-width: 750px;
width: 100%;
box-shadow:  var(--shadow);
border-radius: 30px;
padding: 40px 56px;
background: var(--card);
}



.ser_item_text {
font-size: 24px;
font-weight: 400;
line-height: 28.13px;
color: var(--color_grey2);
}

.ser_iframe {
margin-top: 29px;
}

.ser_iframe iframe{
border-radius: 30px;
box-shadow:  var(--shadow);
border: 10px solid rgba(255, 255, 255, 1);
width: 100%;
height: 389px;
}

.ser_click {
box-shadow:  var(--shadow);
background:  var(--card);
max-width: 512px;
width: 100%;
border-radius: 30px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 24px;
gap: 25px;
margin: auto;
}

.ser_click_title {
font-size: 32px;
font-weight: 700;
line-height: 43.52px;
text-align: center;
color: var(--color_grey2);
text-transform: uppercase;
}

.faq_blog_title {
    font-weight: 400;
    font-size: 24px;
    color: rgba(83, 83, 83, 1);
    text-align: center;
    text-transform: uppercase;
margin-bottom: 100px;
}

.faq_list {
background: rgba(243, 243, 243, 1);
border-radius: 30px;
padding: 48px 80px;
}

.faq_blog_dropdown {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    font-weight: 350;
    margin-bottom: 20px;
    padding: 32px 40px;
}

.faq_header {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}



.faq_header_icon {
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
}

.faq_header.active .faq_header_icon {

background: rgba(243, 243, 243, 1);
}

.faq_header_img {
    max-width: 400px;
    width: 100%;
}

.faq_header_info {
    color: rgba(83, 83, 83, 1);
font-weight: 400;
font-size: 28px;
max-width: 70%;
}

.faq_info {
    display: none;
    margin-top: 22px;
}

.faq_info p {
max-width: 867px;
width: 100%;
font-weight: 400;
font-size: 20px;
color: rgba(83, 83, 83, 1);
}

.faq_info b {
    color: black;
    font-weight: 500;
}

.faq_header_drop {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: black;
    padding: 10px;
    border-top: 1px solid #c5c5c5;
}
