#faq-top {
    background-color: #fff;
}
#faq-top .block {
    max-width: 1250px;
    width: 85%;
    margin: 0 auto;
    padding: 40px 0;
}
#faq-top h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}

#faq-top .links {
    width: 100%;
    padding: 40px;
    border-radius: 10px;
    background-color: #f2f7f8;
    /* background: linear-gradient(-38deg, #f5f5f5, #eee); */
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    margin-bottom: 40px;
}
#faq-top .links ul {
    line-height: 1.8;
    font-weight: 600;
}
#faq-top .content dl {
    margin-bottom: 20px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
    border-radius: 20px 20px 4px 20px;
}
#faq-top .content dl dt {
    width: 100%;
    /* background: linear-gradient(-38deg, #f5f5f5, #eee); */
    border-radius: 20px 20px 0 0;
    background-color: #f2f7f8;
    text-align: left;
    padding: 15px 25px 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    border-bottom: 2px solid #333;
}
#faq-top .content dl dd {
    width: 100%;
    border-radius: 0 0 4px 20px;
    /* background: linear-gradient(-38deg, #f5f5f5, #eee); */
    background-color: #f2f7f8;
    text-align: justify;
    padding: 15px 25px;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    /* text-indent: -1.25em;
    padding-left: calc(1.25em + 25px); */
}