h1 {
    color: #000;
    font-family: Jost;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 70px 0;
}

.main-faqs h2 {
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.6px;
    color: #000;
    margin-bottom: 40px;
    text-transform: lowercase;
}

.item h3 {
    font-family: Jost;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    margin-top: 0;
    color: #000
}

.answer {
    font-family: Jost;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.24px;
    color: #000
}

.item {
    margin-bottom: 40px
}

.main-faqs {
    max-width: 539px;
    margin: 0 auto
}

.block.block-faqs {
    margin-bottom: 160px
}

.block.block-faqs:last-child {
    margin: 0
}

@media screen and (max-width: 767px) {
    h1 {
        margin: 40px 0 25px;
    }

    .main-faqs {
        max-width: 310px;
        margin: 0 auto;
        padding: 0 15px
    }

    .main-faqs h2 {
        font-size: 14px
    }

    .item h3 {
        font-size: 8px
    }

    .answer {
        font-size: 10px;
        line-height: 16px
    }

    .block.block-faqs {
        margin-bottom: 64px
    }
}