body {
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
}
.section-2 {
    padding: 10px;
}
.text-block-5 {
    margin-right: 20px;
}
@media screen and (max-width: 1920px) {
  .section {
    background-color: #1e8b97;
  }

  .div-block {
    padding: 0px 40px 40px;
    clear:both;
    text-align: center;
  }
  .div-block img {
      filter: brightness(0) invert(1);
  }

  .image {
    -webkit-filter: grayscale(100%) invert(100%) brightness(200%);
    filter: grayscale(100%) invert(100%) brightness(200%);
    text-align: center;
  }

  .section-2 {
    background-color: transparent;
    background-position: 0px 0px;
    background-size: cover;
  }

  .body {
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: #ebebeb;
    color: #161212;
  }

  .div-block-2 {
    position: static;
    padding: 20px 10px;
    border-radius: 9px;
    background-color: transparent;
  }

  .text-block {
    padding-top: 12px;
    padding-bottom: 16px;
    font-family: Lato, sans-serif;
    color: #2c2b2b;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
  }

  .button {
    display: block;
    margin-bottom: 12px;
    float: none;
    clear: none;
    border-radius: 5px;
    background-color: #c1d663;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
  }

  .button-2 {
    display: block;
    border-radius: 5px;
    background-color: #ecb338;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
  }

  .link {
    color: #0c412b;
    font-style: normal;
    text-decoration: none;
  }

  .bold-text {
    text-align: center;
  }

  .columns {
    text-align: center;
  }

  .section-3 {
    margin-bottom: 0px;
    padding: 15px;
  }

  .container {
    margin-bottom: 0px;
  }

  .column {
    margin-bottom: 0px;
  }

  .column-2 {
    padding-bottom: 0px;
  }

  .link-2 {
    color: #fff;
    text-decoration: none;
  }

  .bold-text-2 {
    text-decoration: none;
  }

  .list-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-decoration: none;
  }

  .bold-text-3 {
    font-size: 30px;
    text-decoration: none;
  }

  .list-item-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-decoration: none;
  }

  .list-item-3 {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .list-item-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .link-3 {
    padding-top: 10px;
    padding-right: 11px;
    float: right;
    clear: right;
    font-family: 'Open Sans', sans-serif;
    color: #3a3636;
    text-decoration: none;
  }

  .bold-text-4 {
    color: #fcfcfc;
  }

  .div-block-3 {
    padding-top: 0px;
  }

  .text-block-2 {
    font-size: 25px;
  }

  .text-block-3 {
    font-size: 24px;
  }

  .div-block-4 {
    margin-top: 12px;
    padding: 10px;
    border-radius: 9px;
    background-color: #fff;
  }

  .text-block-4 {
    color: #19bde5;
  }
}
.w-dropdown-list {
    background-color: #fff !important;
    margin-left: -55px !important;
    border-radius: 3px !important;
}
