.container {
  padding: 20px 0;
}

.layoutText {
  font-size: var(--f20);
  font-weight: 600;
  line-height: normal;
  font-style: normal;
  margin: 20px 0;
}

.SwitchContainer {
  display: flex;
  align-items: center;
  max-width: 35%;
}