._1vzvxyt0 {
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--mantine-color-background-0);
}
@media (max-width: 768px) {
  ._1vzvxyt0 {
    background-color: var(--mantine-color-background-4);
    padding: 20px;
  }
}
