/* feq-section */
/* @media (min-width: 768px) {
    .feq-section {
        padding-bottom: 50px;
        padding-top: 50px;
    }
} */
/* 
@media (max-width: 768px) {
    .feq-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}  */

.feq-section .image {
    width: inherit;
}

@media (max-width: 480px) {
    .feq-section .image {
        height: 300px;
        object-fit: cover;
    }
}

.feq-section .head__section {
    margin-bottom: 22px;
}

.feq-section .head__section h1 {
    font-size: clamp(1.5rem, 1.2573rem + 1.0356vw, 2.5rem);
    font-weight: 500;
}

@media (max-width: 768px) {
    .feq-section .head__section h1 {
        font-size: 24px;
    }
}

.feq-section .head__section h3 {
    font-size: clamp(1.5rem, 1.3786rem + 0.5178vw, 2rem);
    font-weight: 400;
}

@media (max-width: 768px) {
    .feq-section .head__section h3 {
        font-size: 16px;
    }
}

.feq-section .ask .question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-block: 20px;
    cursor: pointer;
}

.feq-section .ask .question h3 {
    font-size: clamp(1.5rem, 1.4393rem + 0.2589vw, 1.75rem);
    font-weight: 500;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .feq-section .ask .question h3 {
        font-size: 17px;
    }
}

.feq-section .ask .question i {
    font-size: 15px;
    border: 1.14px solid;
    padding: 4px 5px;
    cursor: pointer;
}

.feq-section .ask .answer {
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    user-select: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-height: 0;
}

.feq-section .ask:not(:last-child) {
    border-bottom: 1px solid #f2f4f7;
}

.feq-section .head__section .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feq-section .head__section .title h2{
    font-size: 32px;
    margin-right: 10px;font-weight: 300;

}


.feq-section .slash {
    width: 38px;
    border-bottom: 1px solid;
}