.container {
  border-radius: 8px;
  padding: 24px;
  width: 440px;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.box {
  font-family: "Montserrat", sans-serif;
  border-radius: 8px;
  padding: 16px;
  width: 392px;
  background-color: #f6f6fe;
  /* margin: 24px; */
}

.item {
}
.element-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.element {
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #808080;
  border-radius: 4px;
  width: 360px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2e2f42;
}
.item-titel {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.04em;
  color: #2e2f42;
  margin-right: auto;
  margin-bottom: 16px;
}

p {
  padding: 16px;
}
