.section-hero {
  padding: 2rem 0 6.4rem 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;

  margin-top: 11.4rem;
}

.content-hero {
  padding: 0 3rem;

  display: grid;
  grid-template-columns: 1fr;
  text-align: center;

  max-width: 120rem;
  margin: 0 auto;
}

.hero-subtitle {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 3.2rem;
  font-weight: 300;
  opacity: 0.8;
}

.hero-description {
  font-size: 1.8rem;
  margin-bottom: 3.2rem;
  font-weight: 400;
  line-height: 1.6;
  opacity: 0.9;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;

  margin-bottom: 3.2rem;
}

.content-hero-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-img {
  width: 25rem;
  height: 25rem;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
