.faq-title {
    font-size: 55rem;
    font-weight: 500;
    line-height: 65rem;
    letter-spacing: 0.02em;
    text-align: left;    
    margin: 0;
    margin-bottom: 45rem;
    margin-top: 20px;
}
.faq-content {
    max-width: 975rem;
    font-size: 24rem;
    font-weight: 400;
    line-height: 28rem;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 60rem;
}
.faq-page .questions-block {
    width: 100%;
}
.faq-page .questions-block:nth-last-child(2) {
    border-bottom: 1rem solid #414141;
}
.faq-page .questions-block:nth-child(2) {
    padding-top: 50rem;
}
@media screen and (max-width: 600px) {
    .faq-page .questions-block:nth-child(2) {
        padding-top: 16rem;
    }   
    .faq-title {
        font-size: 34rem;
        font-weight: 500;
        line-height: 37rem;
        letter-spacing: 0.02em;
        text-align: left;
        margin: 0;
        margin-bottom: 20rem;
    }
    .faq-content {
        max-width: 975rem;
        font-size: 18rem;
        font-weight: 400;
        line-height: 21rem;
        letter-spacing: 0.04em;
        text-align: left;
        margin-bottom: 30rem;
    }
}