* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  padding: min(13vw, 220px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  user-select: none;
}

a,
a:visited,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}

#baseline {
  font-family: "Univers LT Std 65", Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 17px;
  margin-bottom: 22px;
  letter-spacing: 0.08em;
}

#enquiries {
  font-size: 7px;
  line-height: 19px;
  margin-bottom: 67px;
}

#enquiries span {
  display: block;
  font-family: "Univers LT Std 65", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.11em;
}

#enquiries a {
  display: block;
  font-family: "Univers LT Std 55", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: -1em;
}

#quote {
  font-family: "Univers LT Std 65", Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.21052632;
  letter-spacing: 0.095em;
}

#quote span {
  padding-left: 5.5em;
}

@media screen and (max-width: 768px) {
  body {
    padding: 36px 28px;
  }
  #quote {
    order: -1;
    font-size: 14px;
    margin-bottom: auto;
  }
  #enquiries {
    margin-bottom: initial;
  }
}
