.spaces-section {
  background: #090a08;
  color: #f7f5ef;
  padding: 112px 0 118px;
  overflow: hidden;
}

.spaces-head {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 58px;
  text-align: center;
}

.spaces-head .tag {
  margin: 0 0 12px;
}

.spaces-section h2 {
  font: 500 clamp(44px, 5vw, 68px)/.98 'Playfair Display', Georgia, serif;
  letter-spacing: -1.8px;
  margin: 0;
}

.spaces-track .space-item {
  border-radius: 10px;
}

@media (max-width: 600px) {
  .spaces-section {
    padding: 82px 0 86px;
  }

  .spaces-head {
    width: calc(100% - 32px);
    margin-bottom: 36px;
  }

  .spaces-section h2 {
    font-size: 48px;
  }
}
