#shopline-section-form .section-padding.contact {
  padding-bottom: 60px;
  padding-top: 30px;
}

.contact img {
  max-width: 100%;
}
.contact .title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact .form__message {
  align-items: flex-start;
}
.contact .icon-success {
  margin-top: 2px;
}
.contact .field {
  margin-bottom: 8px;
}
.contact .field__info {
  margin-bottom: 8px;
}
.contact .field .text-area {
  min-height: 316px;
}
@media screen and (min-width: 960px) {
  #shopline-section-form .section-padding.contact {
    padding-bottom: 120px;
  }
  .contact .field {
    max-width: 515px;
  }
  .contact .field.field-text-area {
    max-width: 100%;
  }
}
.contact__button {
  display: flex;
  justify-content: flex-start;
}
.contact__button button {
  border: 1px solid #121212;
  background-color: #ffffff;
  color: var(--color-text);
  border-radius: 10px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  outline: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 42px;
}

@media screen and (min-width: 960px) {
  .contact__button {
    justify-content: flex-end;
  }
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}

/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */
