.faq {
  background: #fef5f1;
  display: flex;
  padding: 80px;
  color: #333333;
}

.faq a {
  color: #e37244;
  font-size: inherit;
}

.faq ul,
.faq h2 {
  flex: 1;
}

.faq h2 {
  font-weight: 500;
  font-size: 62px;
  line-height: 73px;
}

.faq ul,
.faq ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq ul li {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
  padding-right: 40px;
  background: url(../images/plus.png) top right no-repeat;
  background-size: 21px 21px;
  cursor: pointer;
}

.faq ul li.on {
  background-image: url(../images/minus.png);
}

.faq ul li div {
  cursor: default;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 0;
}

.faq ul li.on div {
  height: auto;
  margin: 10px 0;
}

@media screen and (max-width: 1024px) {
  .faq {
    flex-direction: column;
    padding: 40px;
  }
  .faq h2 {
    font-size: 40px;
    line-height: 45px;
    padding: 0;
  }
}
