/* EMAIL SUPPORT CTA */
.header__navigation--large__menu {
  background-color: black;
border-radius: 4px;
}

/* HERO SECTION SEARCH TITLE */
h1.space-overview__hero__header__content__intro--heading {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: .5px;
}

/* CARD TITLES */
.tile__headline {
 margin-bottom: 5%;
}

.tile__headline a {
  font-family: graphik;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: .5px;
  font-weight: 900;
  color: #111111;
}

/* CARD DESCRIPTIONS */
.tile__description {
  font-size: 18px;
}

/* ARTICLE H1 */
.vp-article__heading {
  -webkit-hyphens: auto;
  font-family; graphik;
  font-size: 36px;
  font-weight: 900;
  line-height: 54px;
}

/* ARTICLE H2 */
.article__content h2 {
   font-family; graphik;
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
}


/* ARTICLE PARAGRAPH */
.article__content p {
  font-size: 18px;
}

/* LINKS */
a {
  color: #334bfa;
}