.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #f5f5f5;
  padding-bottom: 0;
}

.form {
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  margin-bottom: 25px;
  padding: 0 20px 20px;
}

.section {
  background-color: #f7f6f3;
  padding: 30px 60px 0;
}

.image {
  text-align: center;
  margin-bottom: 30px;
}

.container {
  text-align: center;
}

.text-block {
  text-align: center;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.submit-button {
  background-color: #333;
  border-radius: 1000px;
  margin-top: 18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.submit-button:hover {
  background-color: #000;
}

.field-label {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.field-label-2 {
  font-family: Lato, sans-serif;
}

.select-field {
  background-color: #f3f3f3;
  font-family: Lato, sans-serif;
}

.error-message {
  z-index: 2;
  background-color: #f5f5f5;
  margin-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: -64%;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  padding-top: 215px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.column {
  background-image: url('../images/DSC_9190.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 249px;
  padding-bottom: 347px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.section-2 {
  background-color: #e8dbe5;
}

.container-2 {
  display: block;
}

.image-2 {
  max-width: 50%;
}

.heading {
  text-align: center;
  border-left: 1px solid #333;
  margin-top: 33px;
  padding-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.column-3 {
  text-align: center;
}

.heading-2 {
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-block-3 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
}

.text-field, .text-field-2 {
  text-align: center;
  background-color: #fcd9c9;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-field-3 {
  color: #333;
  text-align: center;
  background-color: #fcd9c9;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.select-field-2 {
  color: rgba(51, 51, 51, .48);
  text-align: center;
  background-color: #fcd9c9;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.columns {
  padding-top: 15px;
  padding-bottom: 15px;
}

.columns-2 {
  margin-bottom: 0;
}

.heading-3 {
  text-align: center;
  margin-bottom: 21px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
}

.div-block {
  display: flex;
}

.select-field-3 {
  color: rgba(51, 51, 51, .48);
  text-align: center;
  background-color: #fcd9c9;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.select-field-3.pref {
  width: 40%;
}

@media screen and (max-width: 991px) {
  .select-field-3.pref {
    width: 45%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .form {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    border-left-style: none;
  }

  .select-field-3.pref {
    width: 45%;
    padding-left: 0;
    padding-right: 0;
  }
}


