@media screen and (max-width: 630px) {
    .faq-title {
        font-size: 32px;
        text-align: center;
        margin: 0;
    }


    .faq-container {
        margin-top: 92px;
    }

    .faq-block {
        font-size: 16px;
        align-items: center;
        line-height: 20px;
    }

    .faq-container-plus img {
        height: 30px;
    }
}