.body {
  border-radius: 8px;
  background-image: url('../images/pr.PNG');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 40px;
  margin-left: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block {
  margin-top: 98px;
  margin-bottom: 25px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.image {
  width: 35px;
}

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

.text-block-2 {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-block {
  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;
  font-family: Raleway, sans-serif;
  color: #333;
  text-decoration: none;
}

.image-2 {
  width: 250px;
  margin-top: 20px;
  margin-left: 20px;
}

.heading {
  font-family: Raleway, sans-serif;
  color: #f78d32;
  font-size: 255px;
  line-height: 250px;
}

.heading-2 {
  margin-bottom: 67px;
  font-family: Raleway, sans-serif;
  color: #0069ae;
  font-size: 90px;
  line-height: 120px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .body {
    background-position: 11% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block {
    width: 79%;
    margin-bottom: 127px;
    margin-left: 0px;
  }

  .section {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block {
    margin-top: -25px;
  }

  .heading {
    font-size: 196px;
    line-height: 200px;
  }

  .heading-2 {
    margin-top: 0px;
    margin-bottom: 156px;
    font-size: 64px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-position: 11% 0%;
    background-size: cover;
  }

  .div-block {
    width: 95%;
    margin-top: 51px;
    text-align: center;
  }

  .section {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .text-block {
    margin-top: 0px;
  }

  .image-2 {
    width: 195px;
  }

  .heading {
    font-size: 169px;
  }

  .heading-2 {
    margin-bottom: 32px;
    font-size: 60px;
    line-height: 101px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-position: 31% 0%;
    background-size: cover;
  }

  .div-block {
    margin-bottom: 0px;
  }

  .section {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block {
    margin-bottom: 10px;
  }

  .image-2 {
    margin-left: 10px;
  }

  .heading {
    font-size: 125px;
    line-height: 144px;
  }

  .heading-2 {
    font-size: 48px;
    line-height: 57px;
  }
}

