.clients-content {
  color: #797979;
}

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

.clients-hero-section h1 {
  margin: 0 0 18px;
  color: #333;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
}

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

.clients-hero-section p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.portfolio-footer-section {
  margin-top: 52px;
}

@media (max-width: 640px) {
  .clients-hero-section {
    width: min(100% - 32px, 820px);
    padding: 56px 0 46px;
  }

  .clients-hero-section h1 {
    font-size: 34px;
  }

  .portfolio-footer-section {
    margin-top: 32px;
  }
}
