.hero-container {
  position: relative;
  color: #ffffff;
}
.hero-container-image {
  background-size: cover;
  background: rgba(0, 0, 0, 0.5) url("../../../Assets/Images/Home/Hero.jpg") no-repeat center;
}
.hero-container-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: auto;
  text-align: center;
  color: #ffffff;
}
.hero-container-item {
  max-height: 200px;
  max-width: 800px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
}
.hero-item {
  width: 90%;
  height: auto;
  text-align: center;
}
.home-hero-btn {
  max-width: 344px;
}
