:root {
  --green: #273006;
  --white: white;
  --black: black;
}

.body {
  background-color: #a8ba99;
  background-image: url('../images/o.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 3%;
  display: flex;
}

.left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  height: 100%;
  display: flex;
}

.heading-1 {
  color: #273006;
  font-family: Right Gothic Narrow, sans-serif;
  font-size: 9vw;
  font-weight: 500;
  line-height: 90%;
}

.right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  display: flex;
}

.paragraph {
  color: var(--green);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 14%;
  font-family: Mori, sans-serif;
  font-size: 1.5vw;
}

.paragraph._2 {
  margin-top: 0%;
  margin-bottom: 10px;
  font-size: 1.2vw;
  line-height: 110%;
}

.paragraph-2 {
  color: var(--green);
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Mori, sans-serif;
  font-size: 12px;
}

.image {
  width: 50%;
  max-width: 234px;
  margin-top: 0%;
  margin-left: 25%;
}

.div-block {
  margin-top: 10%;
}

.image-2 {
  width: 40vw;
  max-width: 560px;
}

@media screen and (max-width: 991px) {
  .left {
    width: 60%;
    height: 96%;
  }

  .right {
    width: 70%;
    height: 80%;
    position: absolute;
    top: 17%;
  }

  .paragraph, .paragraph._2 {
    font-size: 2.5vw;
  }

  .image {
    display: none;
  }
}

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

  .div-wrap {
    height: 200vh;
  }

  .left {
    width: 90%;
    height: 80%;
  }

  .right {
    height: 190%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-size: auto 100%;
  }

  .div-wrap {
    height: 100vh;
  }

  .left {
    width: 100%;
    height: 84%;
  }

  .heading-1 {
    width: 80%;
    font-size: 17vw;
  }

  .right {
    width: 94%;
    height: 81%;
    padding-top: 20%;
    top: 17%;
  }

  .paragraph, .paragraph._2 {
    font-size: 4.2vw;
  }

  .paragraph-2 {
    font-size: 10px;
  }

  .div-block {
    margin-top: 0%;
  }

  .image-2 {
    width: 50vw;
    max-width: 60%;
  }
}


@font-face {
  font-family: 'Right Gothic Narrow';
  src: url('../fonts/PPRightGothic-NarrowMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mori';
  src: url('../fonts/PPMori-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}