.faq-card {
    width: 100%;
    margin-top: 48px;
    border-radius: 36px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.faq-card .faq-collapse {
    display: none;
    padding: 8px 48px;
}

.faq-card .faq-header {
    display: flex;
    padding: 16px 16px 16px 48px;
    background-color: #334773;
    color: #FFE26B;
    font-size: 32px;
    align-items: center;
}

.faq-card .faq-header .title {
    flex-grow: 1;
}

.faq-icon {
    width: 270px;
    height: 80px;
    margin: 0 auto;
    background-image: url('../../../img/faq.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.form-card {
    width: 100%;
    border-radius: 24px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #FFFAF4;
    text-align: center;
}

.form-card iframe {
    width: 100%;
    height: 800px;
}
