.section-home-faq {
    padding: 80px 0 0;
    position: relative;
    z-index: 2;
}

.section-home-faq .faq-left {
    padding-right: 40px;
}

.section-home-faq .title-section {
    color: #0C2A4A;
    margin-bottom: 20px;
}

.section-home-faq .section-faq-project {
    padding-left: 20px;
}

.section-home-faq .item-title-process {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    margin: 0;
    font-size: 18px;
    color: #6E6E6E;
    background: #F5F5F5;
    border: none;
    cursor: pointer;
    transition: background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0;
    position: relative;
    width: 100%;
    font-weight: 400;
}

.section-home-faq .item-title-process.collapsed {
    /* background: #F5F5F5; */
    /* color: #6E6E6E; */
}

.section-home-faq .item-title-process.is-open {
    background: #F5F8FF;
}

.section-home-faq .item-title-process.is-open span:first-child {
    background: linear-gradient(90deg, #6C54FF 0%, #0972CE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.section-home-faq .item-title-process span:first-child {
    flex: 1;
    text-align: left;
    padding-right: 15px;
}

.section-home-faq .item-title-process .show-dsc,
.section-home-faq .item-title-process .hidden-dsc {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    user-select: none;
}

.section-home-faq .item-title-process .show-dsc {
    display: none;
}

.section-home-faq .item-title-process .hidden-dsc {
    display: flex;
}

.section-home-faq .item-title-process.is-open .show-dsc {
    display: flex;
}

.section-home-faq .item-title-process.is-open .hidden-dsc {
    display: none;
}

.section-home-faq .item-title-process .show-dsc svg,
.section-home-faq .item-title-process .hidden-dsc svg {
    width: 24px;
    height: 24px;
}

.section-home-faq .faq-body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-home-faq .faq-body.is-open {
    grid-template-rows: 1fr;
}

.section-home-faq .faq-body>* {
    overflow: hidden;
    min-height: 0;
}

.section-home-faq .description-process .dsc {
    font-size: 16px;
    color: #0C2A4A;
    line-height: 1.6;
    padding-top: 0;
    background: #F5F8FF;
    padding: 0 24px 24px 24px;
}

.section-home-faq .card {
    border: none;
    background: transparent;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.section-home-faq .card:last-child {
    margin-bottom: 0;
}
.description-process img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
@media (min-width: 576px) and (max-width: 1299.98px) {
    .section-home-faq {
        padding: 60px 0 0;
    }
}

@media (max-width: 991.98px) {
    .section-home-faq .faq-left {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .section-home-faq .section-faq-project {
        padding-left: 0;
    }
    .section-home-faq .dsc-section {
        text-align: center;
    }

    .section-home-faq .title-section {
        margin-bottom: 15px;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .section-home-faq {
        padding: 60px 0;
    }

    .section-home-faq .item-title-process {
        padding: 15px;
        font-size: 16px;
    }

    .section-home-faq .description-process .dsc {
        font-size: 14px;
        padding: 0 15px 15px 15px;
    }

    .section-home-faq .item-title-process .show-dsc svg,
    .section-home-faq .item-title-process .hidden-dsc svg {
        width: 20px;
        height: 20px;
    }
}
