.faq {
  padding: 30px 0;
}

.faq .title {
  margin-bottom: 20px;
}

.faq .item:not(:last-child) {
  margin-bottom: 36px;
}

.faq .item-tit {
  font-weight: bold;
  margin-bottom: 16px;
}

.faq .item-info {
  line-height: 1.8;
}

@media (min-width: 1200px) {
  .faq {
    padding: 62px 0 60px;
  }

  .faq .title {
    margin-bottom: 39px;
  }
}