#banner {
  margin-top: 29px;
}

#banner .banner-text h2 {
  color: var(--color-on-primary);
  max-width: 685px;
  margin-bottom: 16px;
}

#banner .banner-text p {
  color: var(--color-on-primary);
  max-width: 625px;
  margin-bottom: 20px;
  font-size: 18px;
}
#banner .banner-text {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 15%;
}

#come-to-mausa .container {
  text-align: center;
}

#about .about-text {
  background: #f2f2f2;
  width: 100%;
  align-items: center;
  top: -10px;
  line-height: 34px;
}
#about .about-text p {
  max-width: 523px;
  margin-left: 183px;
}
#come-to-mausa {
  margin: 56px 0;
}

.about-video {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-video img {
  border-radius: 8px;
}

.about-video::after {
  content: "";
  display: block;
  width: 148px;
  height: 148px;
  background-image: url("../../../images/icons/play-circle-o.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  transition: var(--transition-speed);
  transform: scale(1);
  cursor: pointer;
}

.about-video:hover::after {
  transform: scale(1.1);
}

#come-to-mausa .container p {
  max-width: 602px;
  margin: 16px auto;
  line-height: 30px;
}

#future {
  background-image: url("../../../images/bg2.webp");
  padding: 63px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#future .row.vertical-middle {
  gap: 50px;
}

#future .row.vertical-middle h2 {
  margin-bottom: 24px;
}
#future .row.vertical-middle p:nth-child(4) {
  margin-bottom: 34px;
}

.future-image img {
  margin-left: -150px;
}

#future p {
  line-height: 30px;
}
#future p a {
  transition: var(--transition-speed);
}

#future p a:hover {
  color: #000;
}

@media (min-width: 1921px) {
  .container-ultra-wide {
    max-width: 1900px;
    margin: 0 auto;
  }
  #about .about-text {
    top: 0px;
  }
  #about {
    background: #f2f2f2;
    top: -10px;
  }
  #banner i {
    width: 100%;
  }
}
