.history-page {
  padding: 110px 0;
  background: var(--color-primary-dark);
}

.history-page-content {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
}

.history-page-content img {
  width: 100%;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.history-page-text p {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.82;
}
