body {
    background-color: #F1F1F1;
}

.header-bg {
    background-image: url('../image/contact-top.webp');
    background-size: cover;
    background-position: center;
    height: 0;
    padding-top: 33.75%;
    overflow: hidden;
}

.faq-intro {
    min-height: 313px;
    color: #666;
    padding: 0 18.8%;
    position: relative;
    background-color: #FFF;
}

.quote-image {
    position: absolute;
    top: -80%;
    left: 0;
    max-width: 114px;
}

.quote-image-bottom {
    position: absolute;
    bottom: -42%;
    right: -2%;
    max-width: 114px;
    transform: rotate(180deg);
}

.con-m {
    margin: 0 100px;
}

.help-card {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    padding-top: 12.32%;
    /* 高度 ≈ 212/1720 × 100% */
    border-radius: 12px;
    position: relative;
}

.help-c1 {
    background-image: url('../image/help-c1.webp');
}

.help-c2 {
    background-image: url('../image/help-c2.webp');
}

.help-c3 {
    background-image: url('../image/help-c3.webp');
}

.help-c4 {
    background-image: url('../image/help-c4.webp');
}

.section-font1 {
    line-height: 40px;
    margin-top: 27px;
    padding: 20px 0;
    font-size: 40px;
    font-family: 'Montserrat', Medium;
    color: #2D83A1;
}

.section-font2 {
    color: #666666;
    font-size: 24px;
    line-height: 40px;
    font-family: 'Montserrat', Light;
}

.section-font3 {
    height: 3px;
    background-color: #D9D9D9;
    margin-top: 80px;
}

.section-font4 {
    line-height: 40px;
    margin-top: 80px;
    padding: 20px 0;
    font-size: 40px;
    font-family: 'Montserrat', Medium;
    color: #2D83A1;
}

.section-font5 {
    line-height: 40px;
    margin-top: 10px;
    padding: 20px 0;
    font-size: 24px;
    font-family: 'Montserrat', Ligth;
    color: #666666;
}

.section-font6 {
    line-height: 40px;
    padding: 40px 0 20px 0;
    font-size: 40px;
    font-family: 'Montserrat', Medium;
    color: #2D83A1;
}

.section-font7 {
    line-height: 40px;
    padding: 20px 0 20px 0;
    font-size: 32px;
    font-family: 'Montserrat', Medium;
    color: #3EABBF;
}

.section-font8 {
    line-height: 40px;
    padding: 10px 0;
    font-size: 24px;
    font-family: 'Montserrat', Ligth;
    color: #666666;
}

.section-font9 {
    line-height: 40px;
    font-size: 24px;
    font-family: 'Montserrat', Ligth;
    color: #666666;
}

.section-font10 {
    line-height: 40px;
    padding-top: 60px;
    font-size: 32px;
    font-family: 'Montserrat', Medium;
    color: #3EABBF;
}

.section-font11 {
    line-height: 40px;
    padding-top: 30px;
    font-size: 24px;
    font-family: 'Montserrat', Ligth;
    color: #666666;
}

.section-font12 {
    line-height: 40px;
    padding-top: 60px;
    font-size: 32px;
    font-family: 'Montserrat', Medium;
    color: #3EABBF;
}

.section-font13 {
    line-height: 40px;
    padding-top: 30px;
    font-size: 24px;
    font-family: 'Montserrat', Ligth;
    color: #666666;
}

@media (max-width: 576px) {
    .header-bg {
        padding-top: 90%;
    }

    .con-m {
        margin: 0 16px;
    }

    .section-font1 {
        padding: 21px 16px 10px 0;
        font-size: 20px;
        line-height: 30px;
        margin-top: 0;
    }

    .section-font2 {
        font-size: 13px;
        line-height: 20px;

    }

    .section-font3 {
        height: 1px;
        margin-top: 30px;
    }

    .section-font4 {
        line-height: 30px;
        margin-top: 30px;
        font-size: 20px;
        padding: 0;
    }

    .section-font5 {
        padding: 0;
        font-size: 13px;
        line-height: 20px;
    }

    .section-font6 {
        padding: 0;
        font-size: 20px;
        line-height: 30px;
        margin-top: 20px;
    }

    .section-font7 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 30px;
        padding: 0;
    }

    .section-font8 {
        margin-top: 10px;
        padding: 0 20px 0 0;
        font-size: 13px;
        line-height: 20px;
    }

    .section-font9 {
        margin-top: 10px;
        padding: 0;
        font-size: 13px;
        line-height: 20px;
    }

    .section-font10 {
        margin-top: 20px;
        padding: 0;
        font-size: 18px;
        line-height: 30px;
    }

    .section-font11 {
        margin-top: 10px;
        padding: 0;
        font-size: 13px;
        line-height: 20px;
    }

    .section-font12 {
        margin-top: 20px;
        padding: 0;
        font-size: 18px;
        line-height: 30px;
    }

    .section-font13 {
        margin-top: 10px;
        padding: 0;
        font-size: 13px;
        line-height: 20px;
    }

    .con-mp {
        background-color: #F1F1F1 !important;
    }


}