.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-container h2 {
    font-size: 1.3em;
    font-weight: 600;
    color: #333;
    margin-top: 45px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.faq-container h2:first-of-type {
    margin-top: 0px;
}

.faq-container h2::after {
    content: "";
    display: block;
    border-bottom: 2px solid #e0e0e0;
    margin: 10px 0 20px 0;
}

.faq-container p {
    font-size: 1.2em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 35px;
    text-align: justify;
}

.faq-container p:last-child {
    margin-bottom: 20px;
}
