.section {
  height: 380px;
  background-image: url('../images/Untitled-2.jpg');
  background-position: 50% -13%;
  background-size: auto 450px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}

.body {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.heading {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 44px;
  color: #001064;
  font-size: 55px;
  font-weight: 900;
  text-align: center;
  text-shadow: 1px 1px 6px #fff;
}

.title {
  margin-top: 22px;
  margin-bottom: 22px;
  padding-top: 0px;
  padding-bottom: 11px;
  color: #001064;
  font-size: 30px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}

.column {
  padding-right: 56px;
  padding-left: 56px;
  border-right: 1px solid #001064;
  border-left: 1px none #000;
}

.column-2 {
  height: 100%;
  padding-right: 24px;
  padding-left: 1px;
}

.container {
  margin-top: 0px;
  padding-top: 15px;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 35px;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #001064;
  font-size: 40px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
}

.div-block {
  height: 100%;
  margin-top: 0px;
  border: 1px solid #fff;
  background-color: hsla(0, 0%, 100%, .15);
}

.field-label {
  color: #fff;
}

.field-label-2 {
  color: #fff;
}

.text-field {
  width: 95%;
  height: 40px;
  padding-right: 13px;
  padding-bottom: 9px;
  border: 1px solid #67bee7;
  border-radius: 4px;
  color: #67bee7;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.form {
  padding-right: 55px;
  padding-left: 0px;
}

.submit-button {
  display: block;
  width: 95%;
  margin: 9px auto 19px 0px;
  padding: 18px 0px 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #45c391;
  box-shadow: 0 4px 17px 3px rgba(0, 0, 0, .25);
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.row {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 30px;
  border-left: 1px none #fff;
}

.field-label-3 {
  color: #001064;
  font-size: 10px;
  line-height: 12px;
  font-weight: 900;
}

.div-block-2 {
  height: 250px;
  background-color: #001064;
}

.image {
  display: block;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.heading-4 {
  margin-top: 12px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.row-2 {
  margin-top: 32px;
}

.container-2 {
  padding-top: 38px;
}

.section-2 {
  height: 500px;
  background-color: #a8deea;
}

.paragraph {
  padding-right: 80px;
  padding-left: 80px;
  color: #001064;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}

.image-2 {
  height: 200px;
  margin-top: 1px;
  padding-top: 19px;
  padding-right: 0px;
  padding-left: 124px;
}

.paragraph-2 {
  color: #001064;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.container-3 {
  margin-top: 20px;
  padding: 19px 39px;
  border: 1px solid #67bee7;
  background-color: hsla(0, 0%, 100%, .33);
  text-align: center;
}

.section-3 {
  height: 50px;
  background-color: #d1d1d1;
}

.container-4 {
  height: 100%;
}

.text-block {
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 400;
  text-align: center;
}

.link {
  color: #6e6e6e;
}

.link-2 {
  color: #6e6e6e;
  text-decoration: underline;
}

.link-3 {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .heading {
    padding-top: 25px;
    font-size: 45px;
    line-height: 65px;
  }
  .title {
    padding-right: 62px;
    padding-left: 62px;
    font-size: 25px;
  }
  .column {
    padding-right: 19px;
    padding-left: 19px;
  }
  .form {
    padding-right: 0px;
  }
  .paragraph {
    padding-right: 34px;
    padding-left: 34px;
  }
  .image-2 {
    padding-left: 67px;
  }
  .container-3 {
    margin-top: 7px;
  }
}

@media (max-width: 767px) {
  .section {
    height: 450px;
    background-position: 0px 3px;
  }
  .heading {
    margin-bottom: 12px;
    padding-top: 9px;
    font-size: 40px;
    line-height: 50px;
  }
  .title {
    margin-top: 20px;
    font-size: 20px;
  }
  .column {
    margin-top: 27px;
    border-style: none;
  }
  .container {
    height: 500px;
    padding-top: 0px;
  }
  .heading-3 {
    margin-top: 27px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 900;
  }
  .row {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 61px;
    padding-left: 61px;
  }
  .div-block-2 {
    height: 100%;
  }
  .colum {
    padding-top: 18px;
    padding-bottom: 29px;
  }
  .image {
    height: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-4 {
    margin-top: -2px;
  }
  .container-2 {
    padding-top: 6px;
  }
  .section-2 {
    height: 600px;
  }
  .paragraph {
    text-align: center;
  }
  .paragraph-2 {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 479px) {
  .section {
    height: 450px;
  }
  .heading {
    margin-bottom: 3px;
    font-size: 35px;
  }
  .title {
    margin-top: 1px;
    margin-bottom: 17px;
    padding-right: 8px;
    padding-bottom: 0px;
    padding-left: 8px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
    font-weight: 700;
  }
  .heading-3 {
    margin-top: -6px;
    font-size: 32px;
    font-weight: 700;
  }
  .div-block {
    height: 100%;
  }
  .row {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-2 {
    height: 350px;
  }
  .colum {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .image {
    height: 30px;
  }
  .heading-4 {
    font-size: 20px;
    font-weight: 400;
  }
  .row-2 {
    margin-top: 19px;
    margin-bottom: 19px;
  }
  .container-2 {
    height: 100%;
  }
  .container-3 {
    padding-right: 14px;
    padding-left: 14px;
  }
}