.faq-section {
    margin-top: 40px;
}

.faq-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 25px;
}

.faq-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.faq-item h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #222222;
    font-size: 1.5rem;
    font-weight: 200;
}

.faq-item p {
    margin-bottom: 0;
    color: #777777;
    font-size: 17px;
}

@media (max-width: 768px) {
    .faq-item h3 {
        font-size: 1.25rem;
    }

    .faq-item p {
        font-size: 16px;
    }
}
