#hero-simple-2 {
  background: var(--green-moss);
}
#hero-simple-2 .brand-message-main h2 {
  font-family: "Larsseit";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #hero-simple-2 .brand-message-main h2 {
    font-size: 32px;
    line-height: 36px;
    padding: 0 40px;
  }
}
