/**
    FAQ section
 */
.faq-section {
    padding: 70px 0 30px;
    background: #000;
    color: #fff;
}
.faq-section h2 {
    color: #fff;
    text-align: center;
    font-size: 45px;
    line-height: 54px;
    font-weight: normal;
}
.faq-section h3 {
    color: #D1BF89;
    position: relative;
    padding-left: 30px;
    font-size: 22px;
    line-height: 21px;
    font-weight: bold;
}
.faq-section .answer {
    position: relative;
    padding-left: 30px;
    padding-top: 6px;
}
.faq-section .answer p {
    margin-bottom: 27px;
    font-family: 'Noto Sans', serif;
    line-height: 21px;
}
.faq-section .faq-items {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.faq-section .faq-item {
    margin-bottom: 40px;
}
.faq-section h3 span,
.faq-section .answer span {
    position: absolute;
    left: -5px;
    font-size: 24px;
    font-family: "Playfair Display";
    top: -3px;
    font-weight: bold;
    color: #D1BF89;
}

/**
    Related Topics
*/

.related-topic-section {
    padding-top: 70px;
    background: #1a1a1a;
    color: #ffff;
}
.related-topic-section h2 {
    color: #fff;
    text-align: center;
    font-size: 45px;
    line-height: 54px;
    font-weight: normal;
}
.related-topic-section h3 {
    color: #fff;
    font-size: 22px;
    line-height: 21px;
    font-weight: normal;
}
.related-topic-section .topic-item {
    margin-bottom: 70px;
}
.related-topic-section .topic-item img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}
.related-topic-section .topic-item a {
    color: #D1BF89;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-family: 'Noto Serif', serif;
}
.related-topic-section .topic-item a:hover {
    text-decoration: underline;
}