section.faq-contact-us {
    padding: 100px 20px;
    background: #fff7e8;
    margin-top: 100px;
}

section.faq-contact-us .inner-container {
    max-width: 1560px;
    margin: 0 auto;
}

section.faq-contact-us a.btn-cta {
    padding: 20px 46px;
    background: #46B28E;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 30px;
    display: inline-block;
}
section.faq-contact-us a.btn-cta:hover {
    background: #e4316e;
    color: #ffffff;
}
section.faq-contact-us .inner-container article {
    max-width: 1055px; 
}
section.faq-contact-us .inner-container .buttons {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
}
section.faq-contact-us .inner-container a.learn-more {
    display: inline-flex;
    font-size: 18px;
    color: #000;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid;
    text-transform: uppercase; 
}
section.faq-contact-us .inner-container h2 {
    margin: 0 0 20px 0;
}
