#MainContent,
body {
  background-color: #F2F4F7;
}

.section-padding {
  padding-top: 0px;
  padding-bottom: 100px;
}

h1 {
  font-family: baskerville-italic;
  font-style: inherit !important;
  margin-bottom: 1.25rem;
  letter-spacing: 0;
}

.contact img {
  max-width: 100%;
}

.contact .title {
  text-align: center;
  margin-bottom: 20px;
}

.contact .form__message {
  align-items: flex-start;
}

.contact .icon-success {
  margin-top: 2px;
}

.contact .field {
  margin-bottom: 15px;
}

.contact .field__info {
  margin-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .contact .field {
    margin-bottom: 20px;
  }

  .contact .field__info {
    margin-bottom: 30px;
  }
}

.contact__button {
  margin-top: 30px;
  text-align: center;
}

.contact__button .button {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .contact__button {
    margin-top: 10px;
  }
}

@media screen and (min-width: 960px) {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
}

@media screen and (min-width: 960px) {
  .contact .title {
    margin-bottom: 30px;
  }
}

.contact-form-block > div {
  max-width: 476px;
  width: 100%;
  margin: 40px auto 0 auto;
}

.contact-form-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-form-section > div {
  flex: 1;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact-form-section {
    flex-direction: column;
  }
  .contact-form-block > div {
    max-width: 100%;
    margin: 40px 0 60px 0;
  }
}

@media screen and (min-width: 769px) {
  .contact-form-section-copy {
    padding-right: 60px;
  }
}

/* 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 */