@media (min-width: 768px) {
  .faqs .faq:nth-child(2n+1) .wrapper {
    width: calc(100% - 35px); } }

.faqs .faq__question {
  margin-top: 45px;
  margin-bottom: 8px;
  line-height: 1.4; }

.faqs .faq__content br {
  line-height: 2; }

.faqs .faq table {
  margin-bottom: 30px; }
