.faq-module {
    max-width: 700px;
    margin: 0 auto;
}
.faq-item {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
.faq-title{
font-weight: 500;
}
.faq-question {
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    color: #1d6e80;
    font-weight: 500;
}
.faq-answer.open {
    /* padding: 10px; */
    margin-top: 10px;
    max-height: none;
}
.faq-arrow {
    transition: transform 0.3s ease;
}
.faq-arrow.up {
    transform: rotate(180deg);
}
.rsform-type-recaptchav3,
.rsform-block-submit{
    margin-bottom: 0px !important;
}