.u-section-1 .u-sheet-1 {
  min-height: 400px;
}
 
.contactform {
  display: flex;
  flex-direction: column;  
  max-width: 500px;
  width: 100%;
  margin: auto;
}

.contactsendbutton {
  background-color: #a08a1d;
  color: #fff;
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 10px;
}

.contactmessage {
  font-weight: 500;
  color: #a08a1d;
  margin-bottom: 10px;
}