.contact-page {
  padding: 70px 0;
}

.contact-page form {
  background: white;

  padding: 30px;

  border-radius: 15px;

  border: 1px solid #eee;
}

.contact-page input,
.contact-page textarea {
  width: 100%;

  margin-bottom: 20px;

  padding: 15px;

  border: 1px solid #ddd;

  border-radius: 8px;
}

.contact-page textarea {
  height: 180px;

  resize: none;
}

.contact-page button {
  background: #5c22ff;

  color: white;

  border: none;

  padding: 15px 25px;

  border-radius: 8px;
}

.contact-info {
  background: white;

  padding: 30px;

  border-radius: 15px;

  border: 1px solid #eee;

  margin-bottom: 20px;
}

.contact-info p {
  margin-bottom: 15px;

  font-size: 18px;
}
