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

.u-section-1 .u-custom-html-1 {
  height: auto;
  min-height: 359px;
  width: 382px;
  margin: 59px auto 0;
}

@media (max-width: 575px) {
  .u-section-1 .u-custom-html-1 {
    width: 340px;
  }
}.contact-page-body-style-with-flex-and-centered-content{font-family:Arial,sans-serif;display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f4f4f4}.contact-form-container-with-background-and-padding{background:white;padding:20px;border-radius:8px;box-shadow:0 0 10px rgba(0,0,0,0.1);max-width:fit-content;width:100%}.contact-input-field-style-with-full-width-and-padding{width:calc(100% - 20px);padding:10px;margin:10px 0;border:1px solid #ccc;border-radius:5px}.contact-textarea-field-style-with-fixed-height-and-no-resize{width:calc(100% - 20px);padding:10px;margin:10px 0;border:1px solid #ccc;border-radius:5px;height:120px;resize:none}.contact-submit-button-with-color-background-and-rounded-corners{width:calc(100% - 20px);padding:10px;background:#478ac9;color:white;border:0;border-radius:5px;cursor:pointer;margin:10px}.contact-submit-button-hover-effect-with-background-change{background:#357ab8}