.about-gardenx h1 {
  display: none;
}
form.shoprenter-form button {
  background-color: #1f9c9c;
  border-radius: 30px;
  padding: 14px 36px;
  font-weight: 600;
}

form.shoprenter-form input:focus,
form.shoprenter-form textarea:focus {
  border-color: #1f9c9c;
  box-shadow: 0 0 0 2px rgba(31,156,156,0.15);
}