.body {
  background-color: #f5f5f5;
}

.form {
  box-shadow: none;
  text-align: left;
  background-color: #9a9a9a;
  margin-bottom: 50px;
  padding: 20px;
}

.section {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
}

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

.container {
  text-align: center;
}

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

.submit-button {
  background-color: #e1332d;
  border-radius: 5px;
  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;
}

.select-field-2 {
  font-family: Montserrat, sans-serif;
}

.heading {
  color: #9a9a9a;
  margin-top: 46px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.heading.no {
  display: none;
}

.columns {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.image-3.no {
  display: none;
}

.column {
  margin-bottom: 20px;
}

.text-block-3 {
  color: #9a9a9a;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

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

@media screen and (max-width: 991px) {
  .image-6 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .image-6, .image-9 {
    max-width: 50%;
  }

  .column-2 {
    margin-bottom: 10px;
  }

  .image-10, .image-11, .image-12 {
    max-width: 50%;
  }

  .column-3, .column-4 {
    margin-bottom: 10px;
  }
}

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

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

  .image-2, .image-3 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-4, .image-5 {
    margin-bottom: 20px;
  }

  .image-6 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .image-7, .image-8 {
    margin-bottom: 20px;
  }

  .image-9 {
    max-width: 100%;
  }

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

  .image-10, .image-11, .image-12 {
    max-width: 100%;
  }
}


