.contact-page {
  width: 100%;
  background: #fff;
}

.contact-container {
  max-width: 1070px;
  margin: 0;
  padding: 30px 0px 80px;
  font-family: Arial, sans-serif;
  color: #111;
  padding-left: 14%;
}

.contact-container h1 {
  font-size: 46px;
  font-weight: 400;
  margin-bottom: 40px;
}

.contact-container h2 {
  font-size: 36px;
  font-weight: 400;
  margin: 20px 0 10px;
}

.contact-container h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.big-question {
  font-size: 34px;
  line-height: 1.25;
  margin-top: 50px;
}

.contact-container p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 9px;
  color: #222;
}

.link {
  color: #e86020;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.contact-list {
  padding-left: 30px;
  margin: 20px 0;
}

.contact-list li {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 7px;
}

.reply-time {
  font-size: 18px;
  margin-top: 20px;
}

.feedback-btn {
  display: inline-block;
  width: 100%;
  max-width: 1070px;
  margin-top: 20px;
  padding: 13px 0;
  border: 1px solid #e86020;
  background: transparent;
  color: #e86020;
  font-size: 18px;
  cursor: pointer;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.feedback-btn:hover {
  background: #b94c19;
  color: #fff;
}
