.section {
  background-color: #72b290;
}

.image {
  height: 34%;
}

.image-2 {
  max-width: 67%;
}

.column {
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button {
  display: inline-block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfdfd;
  font-family: Lato, sans-serif;
  color: #71b290;
  font-size: 16px;
}

.section-2 {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-block {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 31px;
  text-align: justify;
}

.text-block.title {
  font-size: 22px;
  font-weight: 700;
}

.link {
  text-decoration: none;
}

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

.link-2.paragraph {
  text-decoration: none;
}

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

.link-4 {
  text-decoration: none;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.paragraph {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 26px;
}

.bold-text {
  color: #73b291;
  line-height: 44px;
}

.bold-text.p {
  line-height: 34px;
}

.div-block {
  padding-bottom: 40px;
  border-top: 1px solid #73b291;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #71b290;
}

.image-3 {
  width: 85%;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-2 {
  margin-top: -20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  text-align: center;
}

.container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-3 {
  margin-top: -20px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-align: right;
}

.time {
  font-family: Lato, sans-serif;
  color: #71b290;
  font-size: 22px;
  font-weight: 700;
}

.image-4 {
  display: none;
  overflow: visible;
  padding-top: 20px;
}

.button-2 {
  background-color: #73b291;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #582d2d;
}

.button-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 20px;
  margin-right: 20px;
}

.button-3.button-2 {
  margin-right: 60px;
}

.button-4 {
  text-align: center;
}

.button-4.button-2 {
  position: static;
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-3 {
  display: inline-block;
}

@media screen and (max-width: 479px) {
  .section-2 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block {
    font-size: 16px;
    text-align: center;
  }

  .text-block.pm {
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
  }

  .link-4.paragraph {
    font-size: 17px;
  }

  .paragraph {
    font-size: 12px;
    text-align: center;
  }

  .bold-text {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }

  .image-3 {
    width: 99%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns-2 {
    display: block;
  }

  .text-block-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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-3 {
    margin-top: 0px;
    background-color: #72b190;
    font-size: 7px;
  }

  .columns-3 {
    display: block;
  }

  .column-4 {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-3.button-2 {
    left: auto;
    top: 25%;
    right: 40px;
    bottom: auto;
    margin-right: 70px;
    margin-left: 70px;
  }

  .button-4.button-2 {
    margin-right: 70px;
    margin-left: 70px;
  }

  .image-5 {
    display: block;
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .column-6 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-6 {
    width: 100%;
  }
}