.wrapper {
  margin-top: -4vh;
  margin-left: -2vw;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.section.mobile {
  display: none;
}

.text--wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.text--wrapper.line--1 {
  margin-left: 22vh;
}

.text--wrapper.line--3 {
  margin-left: 12vh;
}

.text--wrapper.line--4 {
  margin-left: 6vh;
}

.text--wrapper.line--5 {
  margin-top: 5px;
}

.headline--bold {
  color: #000;
  font-family: TEG, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.headline--bold.small {
  text-align: center;
  font-size: .7rem;
}

.link {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .section.mobile {
    display: none;
  }

  .headline--bold {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    width: 1005px;
    margin-left: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .section {
    display: none;
  }

  .section.mobile {
    display: flex;
  }

  .text--wrapper {
    display: block;
  }

  .text--wrapper.line--1 {
    margin-left: 31vw;
  }

  .text--wrapper.line--3 {
    margin-left: 22vw;
  }

  .text--wrapper.line--4 {
    margin-left: 3vh;
  }

  .text--wrapper.line--5 {
    margin-top: 7px;
  }

  .text--wrapper.line--2, .text--wrapper.line--15 {
    margin-left: 2vw;
  }

  .headline--bold {
    font-size: 1.3rem;
    line-height: 1.2;
    display: block;
  }
}


@font-face {
  font-family: 'TEG';
  src: url('../fonts/TEG-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}