.about-section {
  padding-top: 42px;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 34px;
  align-items: stretch;
}

.about-copy,
.about-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.about-copy {
  padding: 34px;
}

.about-copy h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.about-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.75;
}

.about-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 380px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(29, 78, 216, 0.055), transparent 48%),
    #ffffff;
}

.panel-number {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border: 1px solid rgba(29, 78, 216, 0.34);
  border-radius: 8px;
  color: var(--accent);
  background: rgba(29, 78, 216, 0.08);
  font-size: 2rem;
  font-weight: 900;
}

.about-panel h3 {
  font-size: 1.45rem;
}

.about-panel p {
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.65;
}

.values-grid .category-card {
  min-height: 240px;
}

