.events.half-slider {
  margin-bottom:90px;
}
section.grid h2 {
  color:white;
}
section.grid h1 {
  color:white;
}
.events h2 {
  color:white;
}

section:first-child {
  text-align:center;
}

.events .swiper-slide .button {
  border: none;
  background: #f9aa85;
  color: #232326;
  padding: 12px 20px;
  display: inline-block;
}


input, textarea {
  width: 100%;
  display: block;
  box-sizing: border-box;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #faab85;
  margin-bottom: 60px;
  display: block;
}
textarea {
  resize:vertical;
}

.private-form {
  margin-top:50px;
}
.private-form .button {
  background: #faab85;
  color: #2c2d31;
  border: none;
  padding: 20px 40px;
  cursor:pointer;
}
