/* FAQ and NEWSCONTAINER */
.faq-section ul, .faq-section ol, .news-section ul, .news-section ol {
    padding-left: 30px;
}

.faq-section img, .news-section img {
    width: auto;
    max-width: 90%;
    height: auto;
}

.faq-header, .news-header {
    text-align: center;
    padding: 32px;
    background-color: var(--white);
    font-size: 2rem;
    color: var(--orange);
    font-weight: 600;
}

.faq-contact {
    font-size: 1.2em;
    padding-left: 10px;
    margin-left: 5%;
    margin-bottom: 20px;
}

.news-section img {
    width: 80%;
    height: auto;
}