.floating-teaser {
  background: #f2f2f2;

  display: flex;
  border: 1px solid rgba(18, 18, 18, 0.08);
  padding: 25px;
  gap: 2rem;

  .floating-teaser-image {
    display: flex;
  }

  .teaser-content {
    display: grid;
    grid-template-columns: 25px auto;
    margin-bottom: 1rem;
  }
}
