.atlas-new-fit-paths {
  margin-top: 46px;
  padding: 34px clamp(24px, 3.2vw, 42px) 12px;
  border: 1px solid var(--atlas-line);
  border-radius: 18px;
  background: var(--atlas-white);
}

.atlas-new-fit-header {
  margin-bottom: 20px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.atlas-new-fit-header h3 {
  max-width: 640px;
  margin: 0;
  font: 650 clamp(1.8rem, 3vw, 2.75rem)/1.05 "Fraunces", Georgia, serif;
  letter-spacing: -.03em;
}

.atlas-new-fit-header > p {
  max-width: 360px;
  margin: 0 0 3px;
  color: var(--atlas-muted);
  font-size: .82rem;
  line-height: 1.55;
}

.atlas-new-fit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.atlas-new-fit-paths .atlas-guide-link,
.atlas-new-fit-paths .atlas-guide-link:nth-child(3n + 2),
.atlas-new-fit-paths .atlas-guide-link:nth-child(3n + 3) {
  padding: 20px 0;
  border-left: 0;
}

.atlas-new-fit-paths .atlas-guide-link:nth-child(even) {
  padding-left: 24px;
  border-left: 1px solid var(--atlas-line);
}

@media (max-width: 760px) {
  .atlas-new-fit-paths {
    margin-top: 34px;
    padding: 28px 20px 8px;
    border-radius: 14px;
  }

  .atlas-new-fit-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .atlas-new-fit-grid {
    grid-template-columns: 1fr;
  }

  .atlas-new-fit-paths .atlas-guide-link,
  .atlas-new-fit-paths .atlas-guide-link:nth-child(even) {
    padding: 19px 0;
    border-left: 0;
  }
}
