body {
  background-color: #FFFEF7;
}

.contents {  
  max-width: 820px;
  padding: 0 24px;
  margin: auto;
  margin-top: 40px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
}

.logo img {
  width: 738px;
  max-width: 90%;
}

.section-wrap {
  margin-top: -20px;
  padding-bottom: 100px;
}

.question .response {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.question .response span {
  margin: 0 25px;
  cursor: pointer;
  max-width: 140px;
}

.question .response img {
  width: 100%;
}

.question .response path {
  fill: #AC312D;
}

.buttons-wrap {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttons-wrap a {
  display: block;
  width: 220px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #AC312D;
  color: #fff;
  text-decoration: none;
  margin: 0 19px;
}

.contact-form {
  margin-top: 45px;
  text-align: left;
  font-size: 18px;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
}

.contact-form textarea {
  width: 100%;
  height: 90px;
  border-color: #CECECE;
}

.Form__Item {
  margin-bottom: 23px;
}

.Form__Item input {
  width: 290px;
  height: 41px;
  border: 1px solid#CECECE;
}

.Form__Item input.btn {
  background: #AC312D;
  color: white;
  width: 220px;
  height: 52px;
  margin-top: 13px;
  font-size: 24px;
}

.sad-response, .happy-response {
  display: none;
}

@media (max-width: 768px) {
  .contents {
    font-size: 22px;
  }

  .question .response {
    margin-top: 26px;
  }

  .question .response span {
    margin: 0 10px;
  }

  .buttons-wrap {
    margin-top: 50px;
    flex-direction: column;
  }

  .buttons-wrap a {
    margin: 15px auto;
  }

  .contact-form {
    margin-top: 24px;
  }

  .contact-form textarea {
    height: 170px;
  }
}