.faq-main {
    font-family: "Roboto Slab", serif;
    color: #363841;
}
.faq-head {
    background-color: #F6F9FF;
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.faq-head-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 686px;
}

.faq-head .faq-head-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 44px;
}

.faq-head .faq-head-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01px;
}

.faq-head .faq-head-button {
    min-height: 24px;
}

.faq-head .faq-head-button button {
    background-color: #487cff;
    color: #FFFFFF;
    padding: 8px 22px;
    border-radius: 4px;
    font-family: 'Inter', serif;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.faq-item {
    padding: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #E6E6E7;
}

.faq-item .faq-item-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq-item .faq-item-content .faq-item-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
}

.faq-item .faq-item-content .faq-item-title .faq-item-number {
    font-weight: 400;
}
.faq-item .faq-item-content .faq-item-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01px;
}

.faq-footer {
    padding: 40px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.faq-footer a {
    color: #487cff;
}

.faq-footer .faq-footer-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
