.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow: hidden;
}

.hero-section {
  background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%);
  padding-top: 120px;
}


