.hero-section {
  position: static;
  width: 100%;
  height: 100%;
  min-height: 700px;
  min-width: auto;
  padding: 60px;
  background-image: url('../images/rotterdam-creation.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.body {
  height: 100%;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block {
  position: relative;
  left: 0%;
  top: 0%;
  right: 10px;
  bottom: auto;
  display: block;
  max-width: 400px;
  min-height: 400px;
  margin-left: auto;
  padding: 20px 30px;
  border-radius: 4px;
  background-color: #e41e26;
  background-image: url('../images/gogole-ads.png');
  background-position: 85% 75%;
  background-size: 60px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.heading {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 60px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

.link {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-decoration: none;
}

.hero-div {
  height: 100%;
  max-height: 100%;
  min-height: 700px;
}

.text-block {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: #fff;
  line-height: 200px;
  text-align: center;
}

.section {
  position: static;
  float: none;
  clear: none;
  background-color: #fff;
}

.heading-2 {
  position: absolute;
}

.heading-2.h1-footer {
  position: static;
  font-family: Lato, sans-serif;
  color: #e41e26;
}

.container {
  background-color: #fff;
}

.container.footers {
  padding-top: 60px;
}

.div-block-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  height: auto;
}

.footer {
  width: auto;
  max-width: 450px;
  line-height: 150%;
}

.heading-3 {
  display: inline-block;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
}

.div-footer {
  margin-top: 60px;
  margin-left: 60px;
}

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

@media screen and (max-width: 991px) {
  .div-block {
    margin-top: 40px;
  }
  .text-block {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    margin-right: auto;
  }
  .text-block {
    margin-bottom: 60px;
  }
  .container.footers {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block {
    right: 40px;
    min-height: 340px;
    margin-left: auto;
  }
  .heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }
  .paragraph {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .link {
    display: block;
    clear: both;
    font-size: 20px;
  }
  .hero-div {
    height: 500px;
  }
  .text-block {
    margin-bottom: 220px;
  }
  .heading-3 {
    margin-top: 10px;
  }
  .div-footer {
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

