.faq {
    padding: 50px 0;
}

.faq > h1 {
    color: #000000;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 40px;
}

.faq h3 {
    color: #FE9C00;
    text-transform: uppercase;
    font-weight: 600;
}

.faq dl {
    margin-bottom: 40px;
}

.faq dd:not(:last-child) {
    margin-bottom: 30px;
}
