.feedback-container-inner,
.feedback-container-inner * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h2 {
  display: none;
}
.feedback-container-inner {
  max-width: 500px;
  margin: 80px auto;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.feedback-form {
  padding: 20px;
}
.message {
  padding: 60px 70px;
  border: 1px solid #e9e9e9;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.message p {
  margin: 0;
  font-family: arial;
  text-align: center;
}
.message p.thank-you {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 50px;
}
.message p.feedback-request {
  font-size: 16px;
  line-height: 20px;
}
.feedback-container-inner header {
  text-align: center;
  padding: 20px 0 12px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  background: #004378;
  display: flex;
  justify-content: center;
}
.feedback-container-inner header img {
  width: 180px;
}
.back-to-home {
  text-align: center;
}
.back-to-home a {
  padding: 10px 18px;
  background: #004378;
  color: #ffffff;
  margin: 0;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
.back-to-home a:hover {
  cursor: pointer;
  background: #4c9cd7;
}
@media screen and (max-width: 600px) {
  .message {
    padding: 50px;
  }
  .message p.thank-you {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 50px;
  }

  .feedback-container-outer {
    padding: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  .message {
    padding: 50px 30px 50px;
  }
}
