.container { align-items: center; background-color: var(--UI-Grey-10); border-radius: var(--Corner-Radius-xl); display: flex; height: 370px; justify-content: center; width: 100%; } .title { color: var(--Text-Heading); }