.credifas-faq {
    width: 100%;
    padding: 116px 24px 140px;
    background: #fff;
    color: #000;
    font-family: "Open Sans", "Lato", sans-serif;
}

.credifas-faq *,
.credifas-faq *::before,
.credifas-faq *::after {
    box-sizing: border-box;
}

.credifas-faq__title {
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -2.5px;
    text-align: center;
}

.credifas-faq__items {
    display: flex;
    flex-direction: column;
    gap: 17px;
    width: min(913px, 100%);
    margin: 67px auto 0;
}

@media (max-width: 767px) {
    .credifas-faq {
        padding: 78px 16px 88px;
    }

    .credifas-faq__title {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -1.5px;
    }

    .credifas-faq__items {
        gap: 12px;
        margin-top: 44px;
    }
}
