.banner-container {
  height: 100vh;
  margin-bottom: 10rem;
}
.text-container {
  padding-left: 9rem;
  padding-right: 4rem;
  width: 120rem;
  height: 100%;
}
.banner-title {
  font-size: 3.8rem;
  font-weight: 500;
  color: #333333;
  width: 32rem;
}
.banner-description {
  color: #333333;
  width: 38rem;
}
.banner-img {
  width: 110rem;
  height: 35rem;
  margin-bottom: 2rem;
}
