@layer component.layout {
  .ticker__iteration {
    gap: 13px;
    justify-content: space-around;
  }
  .ticker__badge {
    width: 200px;
    aspect-ratio: 1/0.735;
    padding: 1.33333333rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    img {
      width: 100%;
      height: 100%;
      vertical-align: bottom;
      object-fit: contain;
    }
  }
}
