/* ===== What we do ===== */
.what-we-do { background: var(--color-bg-tint); padding: 96px 0; }
.what-we-do__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.what-we-do__col h3 { margin-top: 32px; }
.what-we-do__col h3:first-child { margin-top: 0; }
.what-we-do__video{background-color: var(--color-bg-alt); height: 523px; align-content: center}
.what-we-do__video img { border-radius: var(--radius-lg); width: 322px; height: 153px; justify-self: center}