.hero-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-text {
  max-width: 600px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.hero-paragraph {
  max-width: 600px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  top: 60%;
  padding: 20px 0; 
}

.hero-image {
  width: 100%;
  height: 362px;
  object-fit: cover;
  margin-bottom: 30px;
}
