.section {
  height: 650px;
  background-color: #1e7a7a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.content {
  width: 800px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading {
  width: 650px;
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 55px;
  line-height: 65px;
}

.subtitle {
  color: #fff;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.div-block {
  width: 100%;
  background-color: #fff;
  justify-content: center;
  margin-top: 84px;
  display: flex;
}

.image {
  width: 400px;
  margin-top: -76px;
  margin-bottom: 8px;
  padding-top: 0;
}

.section-2 {
  background-color: #f8f8f8;
  flex-direction: column;
  align-items: center;
  margin-top: 192px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.logo {
  width: 100%;
}

.image-2 {
  height: auto;
  padding-left: 20px;
}

.h2 {
  color: #000;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.p {
  color: #000;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.p.small {
  font-size: 16px;
  line-height: 25px;
}

.column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
  display: flex;
}

.image-3 {
  width: 360px;
}

.column-2 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.columns {
  grid-column-gap: 0px;
  display: flex;
}

.button {
  width: 250px;
  height: 50px;
  text-align: center;
  background-color: #ff7c5f;
  border: 1px solid #fff;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.section3 {
  background-color: #196f6f;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section3-div {
  width: 90%;
}

.h3 {
  color: #fff;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 31px;
}

.div-block-2 {
  width: 390px;
  background-color: rgba(255, 255, 255, .03);
  border-radius: 10px;
  padding: 25px;
}

.image-4 {
  width: 510px;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.column-3 {
  flex-direction: column;
  align-items: flex-end;
  padding-right: 40px;
  display: flex;
}

.footer {
  width: 100%;
  height: 100px;
  background-color: #105152;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.footer-links {
  grid-column-gap: 30px;
  flex-direction: row;
  display: flex;
}

.footerlink {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.footerlink:hover {
  color: #fff;
  text-decoration: underline;
}

.footertext {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.column-content {
  width: 600px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: block;
}

.footer_linksdiv {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.header {
  width: 100%;
  background-color: #1e7a7a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.body {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .section {
    height: 650px;
    flex-direction: column;
  }

  .content {
    width: 1200px;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image {
    margin-top: -122px;
  }

  .divcontent {
    margin-top: 0;
    margin-bottom: 0;
  }

  .body, .body-2 {
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .section {
    margin-left: auto;
    padding-left: 0;
  }

  .content {
    width: 85%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading {
    width: auto;
    font-size: 45px;
    line-height: 55px;
  }

  .subtitle {
    text-align: center;
    font-size: 20px;
    line-height: 35px;
  }

  .image {
    width: 350px;
    margin-top: -57px;
  }

  .section-2 {
    margin-top: 112px;
    padding: 60px 20px;
  }

  .logo {
    text-align: center;
  }

  .image-2 {
    padding-left: 0;
  }

  .h2, .p {
    text-align: center;
  }

  .p.small {
    text-align: left;
  }

  .column {
    align-items: center;
    padding-top: 47px;
    padding-left: 10px;
  }

  .column-2 {
    justify-content: center;
    align-items: stretch;
    padding-right: 10px;
  }

  .columns {
    flex-direction: column;
  }

  .section3-div {
    width: 95%;
  }

  .div-block-2 {
    width: auto;
  }

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

  .column-content {
    width: auto;
    align-items: center;
    display: flex;
  }

  .header {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: 600px;
  }

  .content {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
  }

  .heading {
    font-size: 35px;
    line-height: 45px;
  }

  .image {
    width: 300px;
    margin-top: -106px;
  }

  .section-2 {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2 {
    font-size: 28px;
  }

  .p {
    font-size: 18px;
  }

  .section3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .image-4 {
    width: 380px;
  }

  .columns-2 {
    flex-direction: column-reverse;
  }

  .column-3 {
    align-items: center;
    padding-right: 10px;
  }

  .footer {
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links {
    grid-column-gap: 35px;
    margin-bottom: 17px;
  }

  .footerlink {
    text-align: center;
  }

  .column-4 {
    margin-bottom: 33px;
  }

  .footer_linksdiv {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: 550px;
  }

  .content {
    margin: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    font-size: 31px;
  }

  .div-block {
    margin-top: 47px;
  }

  .image {
    width: 250px;
    margin-top: -31px;
  }

  .section-2 {
    margin-top: 40px;
    padding-top: 20px;
  }

  .h2 {
    margin-bottom: 20px;
    line-height: 40px;
  }

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

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-links {
    grid-column-gap: 22px;
  }
}
