.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;
  }
}

.section {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.submit-button {
  color: #fff;
  background-color: #66e268;
  border-radius: 5px;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

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

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

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

.columns {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.text-block-3 {
  color: #dcb760;
  text-shadow: 1px 1px 1px #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.text-span {
  color: #dcb760;
}

.column {
  text-align: center;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.text-span-2 {
  color: #fff;
}

.image {
  margin-bottom: 0;
}

.form {
  text-align: center;
  background-color: #00353c;
  border-radius: 12px;
  margin-bottom: 25px;
  padding: 20px;
  box-shadow: 1px 1px 14px rgba(0, 0, 0, .19);
}

.field-label-2 {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

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

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

.section-2 {
  min-height: 100vh;
  padding: 10px 10px 20px;
}

.text-block {
  color: #000;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.link {
  color: #000;
}

.select-field {
  height: auto;
  color: #000;
  font-family: Poppins, sans-serif;
}

.textarea {
  font-family: Poppins, sans-serif;
}

.radio-button-field {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
}

.dropdown {
  width: 100%;
  height: 38px;
  background-color: #f3f3f3;
  justify-content: flex-end;
  align-items: center;
  font-family: Poppins, sans-serif;
  display: flex;
}

.icon {
  justify-content: space-around;
  margin-right: 10px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.text-block-4 {
  height: 38px;
  text-align: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
  justify-content: space-around;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
  display: block;
}

.image-2 {
  border-radius: 12px;
}

.heading-2 {
  color: #00353c;
  text-align: center;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  line-height: 34px;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .columns {
    flex-direction: column;
  }

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

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

  .heading-2 {
    font-size: 20px;
    line-height: 30px;
  }
}

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

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

  .heading-2 {
    font-size: 18px;
    line-height: 26px;
  }
}


