body {
  background-color: #f59c00;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Sketch block', sans-serif;
  font-size: 66px;
  line-height: 77px;
  font-weight: 700;
}

p {
  position: relative;
  margin-bottom: 25px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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;
}

.logo {
  position: absolute;
  height: 84px;
  margin-top: 32px;
  padding-left: 102px;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 552px;
  margin-top: 150px;
  margin-bottom: 150px;
  padding: 50px;
  -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;
  color: #f59c00;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

.wrapper-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.wrapper-bg.middle {
  display: none;
}

.contact-info {
  margin-top: 25px;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  .logo {
    height: 66px;
    padding-left: 5%;
  }

  .wrapper {
    width: 90%;
    height: 55.5vw;
  }

  .wrapper-bg.middle {
    display: none;
  }

  .contact-info {
    margin-top: 0px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .logo {
    height: 33px;
  }

  .wrapper {
    height: 90vw;
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 16px;
    line-height: 24px;
  }

  .wrapper-bg.top {
    bottom: auto;
    height: auto;
  }

  .wrapper-bg.bottom {
    top: auto;
    height: auto;
  }

  .wrapper-bg.middle {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }

  p {
    max-width: 300px;
  }

  .wrapper {
    height: 130vw;
    padding-right: 25px;
    padding-left: 25px;
  }

  .wrapper-bg.middle {
    display: block;
  }
}

@font-face {
  font-family: 'Sketch block';
  src: url('../fonts/Sketch_Block.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}