h2 {
    letter-spacing: .05rem;
}

#top-banner {
    background-image: url('https://cdn.vanderloc.com/images/pages/faq/faq-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    height: 40vw;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.banner-content {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: white;
}
#mobile-banner {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 30px;
}

#faq-content {
    padding: 30px;
}
#faq-guide {
    margin-bottom: 30px;
}
#faq-guide ul {
    columns: 1;
    column-gap: 20px;
    padding: 0;
}
.faq-question-link {
    margin-bottom: 10px;
    break-inside: avoid;
    display: inline-block;
    width: 100%;
}
.faq-question-link a {
    color: #ad8337;
    font-weight: 500;
}
.faq-question-link i {
    margin-right: 5px;
}

.faq-questions {
    margin-top: 30px;
}
.faq-question {
    margin-bottom: 30px;
}
.faq-question h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 500;
}
.faq-answer {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}
.faq-answer-link {
    color: #ad8337;
    font-weight: 500;
}
.faq-question li {
    margin-bottom: 10px;
}

#content-footer {
    background: #eee;
    padding: 30px 30px 40px;
    text-align: center;
}
#content-footer h2 {
    margin-bottom: 0;
}
#content-footer p {
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    #faq-content {
        padding: 40px;
    }
}

@media (min-width: 768px) {
    #top-banner {
        background-position: center 90%;
        height: 40vw;
    }
    .banner-content {
        display: block;
        padding: 60px;
    }
    #mobile-banner {
        display: none;
    }
    #faq-content {
        padding: 40px 60px;
    }
    #faq-guide ul {
        columns: 2;
    }
    .faq-question-link {
        margin-bottom: 1rem;
    }
    .faq-questions {
        margin-top: 40px;
    }
    #content-footer {
        padding: 40px 60px;
    }
}

@media (min-width: 992px) {
    #top-banner {
        height: 30vw;
    }
    .banner-content {
        padding: 80px;
    }
    #faq-content {
        padding: 40px 80px;
    }
    #content-footer {
        padding: 40px 80px;
    }
}

@media (min-width: 1200px) {
    .banner-content {
        padding: 100px;
    }
    #faq-content {
        padding: 60px 100px;
    }
    #faq-guide ul {
        columns: 3;
    }
    #content-footer {
        padding: 60px 100px;
    }
}

@media (min-width: 1400px) {
    #faq-content {
        max-width: 1400px;
        margin: auto;
    }
}