.hero-marquee {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-marquee .text-background{
  background: rgba(298, 298, 298, 0.8);
  margin-top: 200px;
}


.hero-marquee h1{
  color: var(--arz_indigo);
  font-size: 2.4rem;
  font-weight: 700;
  text-shadow: 0px 0px 30px rgba(255,255,255, 0.75);
}
.hero-marquee p{
  color: var(--arz_indigo);
  font-size: 1.1rem;
  font-weight: 300;
  text-shadow: 0px 0px 20px rgba(255,255,255, 0.5);

}

.hero-marquee .btn{
  border: 2px solid #fff;
  border-radius: 2em;
  padding-left: 8em;
  padding-right: 8em;
  background: #7fbc03;
  color: #fff;
  font-size: 1rem;
  line-height: 2em;
  text-decoration: none;
  position: relative;
  top: -5px;
}

.hero-marquee .btn:after{
  content: '\f002';
  font-family: 'Font Awesome\ 5 Free' !important;
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}

.hero-marquee .btn:hover{
  background: rgba(255,255,255,0.9);
  color: #7fbc03;
  border: 2px solid #7fbc03;
}

@media only screen and (max-width: 768px) {
  .hero-marquee .text-background{
    margin-top: 100px;
  }

  .hero-marquee h1{
    font-size: 1.9rem;
  }

  .hero-marquee .btn{
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }
}
