.documentation-box {
    background-color: #fff;
    padding: 70px 30px 0px;
    border-top: 1px solid #e0e0e0;
}

.documentation-box .documentation-header {
    max-width: 1000px;
    margin: 0 auto 30px;
}

.documentation-header h1 {
    text-align: center;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #1C1C1C;
    font-weight: 700;
}

.documentation-header p {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px;
    color: #58595E;
}

.documentation-box .documentation-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

.documentation-content p {
    color: #58595E;
    font-size: 18px;
    line-height: 20px;
}

.documentation-content a {
    color: #e5322d;
    text-decoration: none;
}

.documentation-title {
    color: #969696;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #aeaeb2;
}

.documentation-content .item-icon {
    display: flex;
    align-items: center;
    margin-right: 12px;
    max-width: 24px;
    max-height: 24px;
}

.documentation-content .item-content h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 20px;
    font-weight: 700;
}

.documentation-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.documentation-section,
.documentation-section {
    margin-bottom: 60px;
}

.documentation-box .item-content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #212529;
}

.tech-header.item-icon {
    padding-left: 88px;
}

/* faq */
.faq-box {
    min-height: calc(100vh - 60px - 50px);
    background-color: #fff;
    padding: 70px 15px;
    border-top: 1px solid #e0e0e0;
}

.faq-box .faq-header {
    max-width: 1000px;
    margin: 0 auto 50px;
}

.faq-header h2 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    color: #1C1C1C;
    margin-bottom: 15px;
    font-weight: 700;
}

.faq-box .faq-header p {
    font-size: 26px;
    line-height: 30px;
    color: #58595E;
}

.faq-box p {
    color: #383e45;
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 32px;
    text-align: center;
}

.faq-content {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-content .item-icon {
    display: flex;
}


.faq-section .faq-item {
    padding: 20px 10px;
    border-bottom: 1px solid #aeaeb2;
}
.faq-section .faq-item .item-header {
    display: flex;
    align-items: center;
   
}

.faq-section .faq-item .item-header h3 {
    font-weight: 700;
    font-size: 24px;
    margin: 0;
}

.faq-item .item-header a {
    font-weight: 700;
    font-size: 24px;
    margin: 0px 15px 0 0;
    width: 20px;
}

.faq-item .item-header a[data-bs-toggle][aria-expanded="false"]::before {
    content: "+";
}

.faq-item .item-header a[data-bs-toggle][aria-expanded="true"]::before {
    content: "-";
}

.faq-section .item-content a {
    color: red;
}

.faq-section .item-content a:hover {
    color: red;
    cursor: pointer;
    text-decoration: underline;
}

/* .faq-content:last-child .faq-item {
    border-bottom: none;
} */

.faq-section img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.faq-box .item-icon h3 {
    font-size: 25px;
    line-height: 30px;
    color: #383e45;
    font-weight: 700;
}

.faq-box .faq-content p {
    text-align: left;
    margin-left: 40px;
    font-size: 16px;
    line-height: 21px;
}

/* /help/legal */
.help-legal-box h2 {
    font-size: 36px;
    line-height: 44px;
    color: #1C1C1C;
    margin: 15px auto 35px;
    text-align: center;
    font-weight: 700;
}

.help-legal-section {
    background: #f2f3f8;
    padding: 70px 15px;
    border-top: 1px solid #e0e0e0;
}

.card-boxes {
    padding: 30px 15px;
}

.card-boxes .row {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
}

.card-boxes .card {
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    background-color: #fff;
    padding: 30px;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 5px 30px 0 hsla(0,0%,9%,.1);
    border: 0;
    margin-bottom: 30px;
}

.card-boxes .card:hover {
    transform: scale(1.06);
}

.card .card-body {
    padding: 0;
}

.card-body .card-text {
    font-size: 16px;
    line-height: 22px;
    color: #1C1C1C;
}

.card-body .card-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 20px 0 10px;
}

.card-body .card-link {
    margin-top: 40px;
    font-weight: 500;
    color: #e5322d;
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
}

.help-legal-security {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0px;
}

.security-content p {
    font-size: 20px;
    line-height: 28px;
    color: #1C1C1C;
}

.security-content a {
    margin-top: 40px;
    font-weight: 500;
    color: #e5322d;
    text-decoration: underline;
}

/* feature */
.feature-box {
    overflow: initial;
    height: auto;
}

.feature-box .feature-container {
    background: #626870;
    /* height: calc(100vh - 70px); */
    display: flex;
    align-items: center;
}

.feature-container .feature-header-section {
    max-width: 1370px;
    margin: 0 auto;
    padding: 96px 24px;
    color: #fff;
}

.feature-header-section .feature-body h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 12px;
    letter-spacing: 0;
}

.feature-header-section .feature-body p {
    letter-spacing: .3px;
    font-size: 15px;
    line-height: 24px;
}

.feature-header {
    text-align: center;
}

.feature-header h1 {
    font-size: 42px;
    line-height: 46px;
    max-width: 800px;
    margin: 12px auto;
    font-weight: 700;
}

.feature-header p {
    font-size: 21px;
    margin-bottom: 8px;
    line-height: 23px;
}

.feature-container .feature-body {
    display: flex;
}

.feature-body {
    margin-top: 70px;
}

.left-subtitle,
.right-subtitle {
    padding: 45px;
}

.large-view {
    background: #fff;
    align-items: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    padding: 96px 124px;
}

.feature-section-header {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.feature-section-header h1 {
    font-size: 30px;
    font-weight: 700;
    color: #1C1C1C;
    line-height: 35px;
    margin: 0 auto 12px;
    text-align: center;
}

.feature-section-header p {
    color: #383e45;
    font-size: 27px;
    margin-bottom: 8px;
    line-height: 30px;
}

.large-view .feature-body {
    display: flex;
    width: 1440px;
    justify-content: space-around;
}

.large-view .feature-body div {
    max-width: 400px;
    padding: 0 12px;
}

.subtitle-left-section img {
    max-width: 564px;
}

.mobile-img {
    max-width: 476px;
}

.large-view .subtitle-section {
    text-align: center;
}

.subtitle-section img {
    width: 104px;
    height: auto;
    margin-bottom: 24px;
}

.large-view h2 {
    margin: 2px 0 8px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
}

.feature-p {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
    color: #212529;
}

.feature-pink-container {
    background: #fde4df;
}

.feature-pink-container.large-view .feature-body {
    width: 1200px;
    justify-content: space-between;
}

.feature-pink-container.large-view .feature-body div {
    max-width: 450px;
}

.text-description h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 8px;
}

.text-description p {
    font-size: 16px;
    line-height: 21px;
    color: #212529;
}

.text-description a {
    color: #e5322d;
    text-decoration: none;
}

.feature-yellow-container {
    background-color: #ffedc2;
}

.bottom-description {
    background-color: #fff;
    padding: 96px 0;
}

.bottom-description .description-section {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.description-section h3 {
    color: #626870;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 12px;
    font-weight: 700;
}

@media (max-width: 1440px) {
    .large-view .feature-body {
        max-width: 1000px;
    }

    .feature-yellow-container .feature-body {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .large-view {
        height: auto;
    }

}

@media (max-width: 1023px) {
    .documentation-box {
        padding: 40px 80px 0px;
    }

    .documentation-section,
    .documentation-section {
        padding-bottom: 50px;
    }

    .feature-container .feature-body {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 20px;
    }

    .feature-container .feature-header-section {
        margin: auto;
    }

    .feature-box .feature-container {
        height: auto;
    }

    .large-view .feature-body {
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .large-view .feature-body {
        max-width: 600px;
    }

    .feature-section-header,
    .large-view .feature-body div {
        max-width: 500px;
    }

    .card .card-body {
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .card .card-body {
        min-height: auto;
    }

    .card .row {
        margin-top: 10px;
    }

    .card .card-item {
        margin: 10px 0;
    }
}