.u-section-1 .u-sheet-1 {
  min-height: 210px;
}

.u-section-1 .u-text-1 {
  margin: 20px 0 0;
}

.u-section-1 .u-text-2 {
  margin: 20px 0 -5495px;
}

.u-section-1 .u-btn-1 {
  background-image: none;
  padding: 0;
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 321px;
  }

  .u-section-1 .u-text-2 {
    margin-bottom: -5502px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 327px;
  }

  .u-section-1 .u-text-2 {
    margin-bottom: -5496px;
  }
}

/* Added by assistant: center the order form on Contact page */
.contact-order-form-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

/* Ensure responsiveness on small screens */
@media (max-width: 768px) {
  .contact-order-form-wrapper {
    width: 100%;
  }
}
