.services-content {
  color: #797979;
}

.services-hero-section {
  width: min(100% - 48px, 820px);
  margin: 0 auto;
  padding: 86px 0 64px;
  text-align: center;
}

.services-hero-section h1 {
  margin: 0 0 22px;
  color: #333;
  font-size: 54px;
  line-height: 1.1;
}

.services-hero-section h1 span {
  color: #8fc640;
}

.services-hero-section p {
  margin: 0 auto;
  max-width: 720px;
  font-size: 17px;
  line-height: 1.8;
}

.services-list-section {
  padding: 0 max(32px, calc((100vw - 1180px) / 2)) 64px;
}

.services-list-section--muted {
  padding-top: 24px;
  background: #f4f4f4;
}

.services-list-grid {
  display: grid;
  gap: 28px;
}

.services-list-grid--primary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-list-grid--tech {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.services-list-card {
  min-width: 0;
  padding: 32px;
  background: #fff;
}

.services-list-section:not(.services-list-section--muted) .services-list-card {
  border: 1px solid #e7e7e7;
}

.services-list-card h2 {
  margin: 0 0 24px;
  color: #212121;
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
}

.services-list-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-list-card li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.55;
}

.services-list-card li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9e2064;
}

.services-process-section {
  padding: 76px max(32px, calc((100vw - 1180px) / 2)) 48px;
  background: #f4f4f4;
  text-align: center;
}

.services-process-heading {
  max-width: 760px;
  margin: 0 auto 54px;
}

.services-process-heading h2 {
  margin: 0 0 20px;
  color: #212121;
}

.services-process-heading p {
  margin: 0;
  font-size: 17px;
  line-height: 1.8;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.process-card {
  min-width: 0;
  padding: 34px 24px;
  background: #fff;
}

.process-card span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #9e2064;
  color: #fff;
  font-family: Verdana, sans-serif;
  font-weight: 800;
}

.process-card h3 {
  margin: 0 0 16px;
  color: #212121;
}

.process-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.services-portfolio-cta-section {
  padding: 48px 24px 60px;
  text-align: center;
}

.services-footer-section {
  background: #212121;
}

@media (max-width: 1100px) {
  .services-list-grid--tech {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .services-hero-section h1 {
    font-size: 42px;
  }

  .services-list-section,
  .services-process-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-list-grid--primary,
  .services-list-grid--tech,
  .process-grid {
    grid-template-columns: 1fr;
  }
}
