.hero {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100svh;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.content-style {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 15svh;
  text-decoration: none;
  display: flex;
}

.who-we-are {
  color: #fff;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
}

.services {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 490px;
  text-decoration: none;
  display: flex;
}

.branding, .design, .digital {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 95%;
  text-decoration: none;
}

.linkedin-url {
  grid-column-gap: 14px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.linkedin {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 95%;
  text-decoration: none;
}

.content-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  height: 75svh;
  text-decoration: none;
  display: flex;
}

.mail {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 95%;
  text-decoration: none;
}

.title-area {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 75svh;
  text-decoration: none;
  display: flex;
}

.frame-10 {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.brauhaus {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.studio {
  opacity: .95;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 11svw;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.second-row {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 75svh;
  display: flex;
}

.div-block {
  width: 100%;
  height: 15svh;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.column-2 {
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-3 {
  width: 100%;
}

.link-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-style {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    margin-bottom: 50px;
  }

  .content-wrap {
    height: auto;
    margin-top: 50px;
  }

  .title-area {
    height: auto;
  }

  .frame-10 {
    width: 50%;
  }

  .brauhaus {
    font-size: 2vh;
  }

  .studio {
    width: 100%;
    font-size: 10svh;
  }

  .div-block {
    height: auto;
  }

  .column {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .column-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body {
    background-color: #000;
  }

  .columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 20px;
  }

  .content-style {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 50px;
  }

  .who-we-are {
    width: 80%;
  }

  .content-wrap, .title-area {
    height: auto;
  }

  .frame-10 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .studio {
    width: auto;
  }

  .div-block-3 {
    width: auto;
    margin-bottom: 0;
  }

  .columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-style {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .studio {
    font-size: 20svw;
  }
}


