.section {
  background-image: linear-gradient(#00000096, #00000096), url('../images/KPU.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.image {
  width: 200px;
  margin-bottom: 20px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: big-caslon-fb, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.text-block {
  color: #adadad;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: big-caslon-fb, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.mail {
  width: 25px;
  margin-right: 0;
}

.text-block-2 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 18px;
}

.link-block {
  color: #fff;
  text-decoration: underline;
}

.phone {
  width: 15px;
  margin-right: 0;
}

.div-block-3 {
  width: 25px;
  height: 25px;
}

.icon-wrapper {
  opacity: 1;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: flex;
}

.div-block-4 {
  background-color: #b18c4b00;
  background-image: linear-gradient(270deg, #b18c4b00, #b18c4b 51%, #b18c4b00);
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 40px;
}

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

  .text-block {
    font-size: 18px;
  }
}

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

  .text-block {
    font-size: 16px;
  }

  .text-block-2 {
    font-size: 12px;
  }
}


