.sg__head {
  max-width: 600px;
  margin-bottom: 48px;
}

.sg__grid {
  display: grid;
  gap: 24px;
}

.sg__col {
  background: #fff;
  border-radius: 12px;
  padding: 32px 36px;
  border: 1px solid #e8e6e2;
}

.sg__col h3 {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #243d2e;
}

.sg__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sg__col li {
  padding: 9px 0;
  font-size: 15px;
  color: #3a3a3a;
  border-bottom: 1px solid #f0eeea;
  line-height: 1.4;
}

.sg__col li:last-child { border-bottom: none; }

@media (min-width: 768px) {
  .sg__grid { grid-template-columns: 1fr 1fr; }
}
