.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #000;
}

.image-4 {
  max-width: 80%;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
}

.image-7 {
  height: 40px;
}

.image-8 {
  height: 40px;
}

.image-9 {
  height: 40px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link {
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-2 {
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.body-2 {
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.container-4 {
  padding-top: 200px;
  padding-bottom: 200px;
}

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

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 1440px) {
  .image-4 {
    max-width: 80%;
  }

  .image-7 {
    height: 40px;
  }

  .image-8 {
    height: 40px;
  }

  .image-9 {
    height: 40px;
  }

  .div-block {
    width: 30%;
  }

  .div-block-2 {
    width: 30%;
  }
}

@media screen and (min-width: 1920px) {
  .image-4 {
    max-width: 90%;
  }

  .body-2 {
    color: #fff;
  }

  .container-4 {
    color: #fff;
  }

  .container-5 {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .div-block {
    width: 20%;
  }

  .div-block-2 {
    width: 20%;
  }
}

@media screen and (max-width: 991px) {
  .div-block {
    width: 45%;
  }

  .div-block-2 {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .container-4 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .image-4 {
    padding-top: 40px;
  }

  .image-7 {
    height: 30px;
  }

  .image-8 {
    height: 30px;
  }

  .image-9 {
    height: 30px;
  }

  .link {
    font-size: 14px;
  }

  .link-2 {
    font-size: 14px;
  }

  .body-2 {
    font-size: 16px;
  }

  .container-4 {
    padding: 100px 20px;
  }

  .bold-text {
    font-size: 32px;
  }

  .bold-text-2 {
    font-size: 28px;
  }

  .bold-text-3 {
    font-size: 28px;
  }

  .bold-text-4 {
    font-size: 28px;
  }

  .bold-text-5 {
    font-size: 28px;
  }

  .bold-text-6 {
    font-size: 28px;
  }

  .bold-text-7 {
    font-size: 28px;
  }

  .bold-text-8 {
    font-size: 28px;
  }

  .div-block {
    width: 70%;
  }

  .div-block-2 {
    width: 70%;
  }
}
