.hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  margin-top: -20px;
}

.hero-text {
  flex: 1;
}

.hero-image img {
  width: 360px;
  border-radius: 10px;
  margin-top: 20px;
}

.name {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.subtitle {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}