/* put css here */

section#legacy .logo-w-headline-tout {
  min-height: 374px;
}

section#legacy .logo-w-headline-tout .logo img {
  min-width: 180px;
  width: 16vw;
}

section#legacy .logo-w-headline-tout .headline h2, section#legacy .logo-w-headline-tout .headline p {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 1rem;
  font-weight: 400;
}

section#legacy .logo-w-headline-tout .logo {
  margin-top: 25px;
}

section#legacy .logo-w-headline-tout .headline {
  margin: 25px;
}

@media (min-width: 1200px){
  section#legacy .logo-w-headline-tout {
    height: 30vw;
  }

  section#legacy .logo-w-headline-tout .logo {
    margin-top: 2.2vw;
  }

  section#legacy .logo-w-headline-tout .headline {
    margin: 2.2vw;
  }
}
