@media screen and (min-width: 768px) {
    .faq__title{
        font-size: 24px;
        line-height: 32px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .faq__item:first-child .faq__title{
        padding-top: 0;
    }

    .faq__description{
        padding-bottom: 20px;
    }
}