#meet-evi {
  display: flex;
  align-items: center;
  min-height: 100vh;
  flex-wrap: wrap-reverse;

  h1 {
    font-size: 32px;
  }

  .left-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    flex: 2;

    a {
      margin-top: 24px;
      align-self: center;
    }
  }

  .evi-wrapper {
    flex: 3;

    lottie-player {
      /*EVI animation fills only 1/4 of the canvas it's rendered on*/
      width: 768px;
      height: 768px;
      margin: -192px;
      pointer-events: none;
    }
  }
}
