h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #6b60aa;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #6b60aa;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
}

a {
  color: #fff;
  text-decoration: underline;
}

.section {
  height: 70px;
  background-color: #01aef0;
}

.section-2 {
  height: 70px;
  background-color: #6d61ab;
}

.section-3 {
  height: 215px;
  background-color: #60a441;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 200px;
  font-weight: 500;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  line-height: 70px;
  font-weight: 500;
  text-align: center;
}

.container {
  margin-top: 60px;
  margin-bottom: 60px;
}

.oranje h2 {
  color: #f26740;
}

.oranje h4 {
  color: #f26740;
}

.roze h2 {
  color: #e04974;
}

.roze h4 {
  color: #e04974;
}

.section-4 {
  height: 215px;
  background-color: #01aef0;
}

.footer {
  margin-top: 40px;
  color: #fff;
}

.image {
  display: block;
}

.section-5 {
  height: 70px;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.35);
}

.image-5 {
  margin-top: 12px;
  float: right;
}

.image-6 {
  margin-top: 17px;
  padding-right: 40px;
  float: right;
}

.paragraph {
  height: 30px;
  margin-top: 20px;
  color: #04aef0;
  line-height: 30px;
  font-weight: 600;
}

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

  .section-2 {
    height: 50px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 50px;
  }

  .footer {
    margin-top: 10px;
  }

  .image {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
  }

  .image-2 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .column {
    position: static;
  }

  .image-3 {
    display: block;
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .bold-text {
    line-height: 50px;
  }

  .section-5 {
    height: 100px;
  }

  .image-5 {
    width: 100px;
    margin-top: 0px;
  }

  .image-6 {
    width: 100px;
    max-width: 50%;
    margin-top: 0px;
  }

  .paragraph {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 80px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .footer {
    margin-bottom: 0px;
  }

  .image-5 {
    margin-top: 0px;
  }

  .image-6 {
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
    clear: left;
  }

  .column-2 {
    position: relative;
    display: inline-block;
    clear: both;
    text-align: center;
  }
}

