#hero {
  background-color: #f8f9fa;
  padding: 100px 0;
  text-align: center;
  display: flex;
  align-items: center;
}

#hero .row {
  align-items: center;
}

#hero h1 {
  font-size: 48px;
  margin-bottom: 32px;
}

#hero p {
  font-size: 24px;
  margin-bottom: 48px;
}

#hero img {
  max-width: 50%;
  border-radius: 10px;
}

#features {
  background-color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

#features h2 {
  font-size: 48px;
  margin-bottom: 64px;
}

#features h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

#features p {
  font-size: 18px;
  margin-bottom: 32px;
}

#features img {
  max-width: 100%;
}
