.coin-marquee-header{
    display:none;
}

.coin-marquee-container{
    margin:auto;
}
.coin-marquee-wrapper{
    justify-content:center;
}

.s-heading h1{
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 64px !important;
    letter-spacing: 5px;
    color: #ffffff;
    text-shadow: 0px 2px 7px rgba(81, 67, 21, 0.8);
}

.s-heading h3{
    font-size: 35px !important;
}

#main-hero::after {
    content: ''; /* Required for pseudo-elements */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: -1;
}

@media only screen and (max-width: 480px) {
  .s-heading h1{
    font-size: 33px !important;
  }

  .s-heading h3{
    font-size: 24px !important;
  }
}