.clear:after {
  content: "";
  display: table;
  clear: both;
}

/* --Hover Mixin.--*/
/* -- Cross browser opacity.--*/
/* -- Animation.--*/
/* ==========================================================================
   #Site Global Sizes
   ========================================================================== */
/* ==========================================================================
   #Site Global Colours
   ========================================================================== */
/* BLOCK: Staff Info Boxes --------------------------------- */
.block-strategy-page-intro {
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.strategy-page-intro__columns {
  font-family: "Roboto", sans-serif;
  text-align: left;
  padding-top: 2.5rem;
  place-items: center;
}

@media (min-width: 46.25em) {
  .strategy-page-intro__columns .strategy-page-intro__column {
    grid-column: 2/7;
  }
}

@media (min-width: 46.25em) {
  .strategy-page-intro__columns img {
    grid-column: 8/12;
    width: 100%;
  }
}

.ds-intro__ds-intro__box > .ds-title {
  font-size: 30px;
  font-size: 1.875rem;
}

.ds-intro__ds-intro__box > .ds-title__copy {
  font-size: 20px;
  font-size: 1.25rem;
}
