.panel {
  background: #ffffff;
  border: 1px solid #d9e1dc;
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}

.panel ul {
  margin: 0;
  padding-left: 20px;
  color: #4f6057;
  line-height: 1.9;
}
