.request {
  padding-top: 130px;
  padding-bottom: 200px;
}

.request h2 {
  color: #40146B;
  font-size: 3em;
}

.request hr {
  width: 50%;
  background-color: #40146B;
  height: 2px;
}

.request .other {
  border: 1px solid #FF9792;
  padding: 20px 50px 40px 50px;
  background: #FFFFFF;
  position: relative;
  display: block;
  color: #40146B;
}

.request h3 {
  font-size: 16px;
  margin-top: 25px;
  font-size: 18px;
}

.request .other p {
  margin-top: 10px
}

.request textarea {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}

input.submitButton {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 50px;
  background: #FF9792;
  border: none;
  border-radius: 25px;
  color: white;
  font-weight: bold;
}

.request .btn_twitter a {
  background: #1DA1F2;
  padding: 7px 20px;
  border-top-left-radius: 10em;
  border-top-right-radius: 10em;
  border-bottom-left-radius: 10em;
  border-bottom-right-radius: 10em;
  display: inline-block;
  color: #fff;
  border: none;
  display: block;
  margin: 20px auto 0px auto;
  width: 200px;
  text-align: center;
}
