.image {
  margin-top: 50px;
}

.heading {
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.container {
  text-align: center;
}

.body {
  background-color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.navbar {
  background-color: transparent;
}

.image-2 {
  margin-top: 40px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.heading-3 {
  font-size: 20px;
  line-height: 22px;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.heading-5 {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.text-block {
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

.columns-2 {
  margin-top: 40px;
}

.columns-3 {
  margin-top: 40px;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

.container-3 {
  height: 200px;
}

.container-4 {
  background-color: #fc7e7e;
  text-align: center;
}

.list-item {
  line-height: 25px;
  list-style-type: none;
}

.list-item-2 {
  line-height: 25px;
  list-style-type: none;
}

.list-item-3 {
  line-height: 25px;
  list-style-type: none;
}

.list-item-4 {
  line-height: 25px;
  list-style-type: none;
}

.list-item-5 {
  line-height: 25px;
  list-style-type: none;
}

.image-5 {
  text-align: center;
}

@media screen and (max-width: 479px) {
  .heading {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .body {
    background-size: auto;
  }

  .columns {
    display: block;
  }

  .menu-button {
    display: none;
    overflow: visible;
  }

  .icon {
    display: none;
  }

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

  .heading-5 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-6 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-3 {
    height: 50px;
  }

  .list {
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 0px;
  }
}