
.scroll{
    height: 60vh;
    font-size: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-marquee {
  position: relative;
  display:flex;
  align-items:center;
  overflow-x: hidden;
  margin-top:5rem;

}

.text-single {
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  will-change: transform;
    display: flex;
}

.text {
  padding: 0.1rem 1.2rem;
  font-size: 1.825rem;
  display: inline-block;
  margin-right: 1rem;
    background: #220066;
    border: 1px solid #969696;
    border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .text-marquee {
    margin-top:3rem;
    margin-bottom:3rem;    
  }
}
