/* Add custom CSS styles below */
.NG-hero-section-0 .wrapper {
    max-width: 600px;
    left: 0;
    right: auto;
    top: 30%;
}

@media(max-width:768px) {
    .NG-hero-section-0 .wrapper {
        max-width: 313px !important;
        top: 8%;
        left: 50px;
    }

    .NG-hero-section-0 .wrapper h1 {
        font-size: 15px;
        width: 190px;
    }

    .NG-hero-section-0 .wrapper .button {
        font-size: 10px !important;
    }
    .NG-marquee-banner-2 .rounded-lg{
        height:170px;
    }
}

.bottom-navbar:before {
    background-color:#f8f8f8;
}
.bottom-navbar {
    background-color:#f8f8f8;
}
.bottom-navbar * {
    color:black !important;
    fill:black;
  
}
.bottom-navbar .stroke-graytext{
    fill:#ffffff !important; 
  stroke:black;
}
.NG-marquee-banner-2 .first-image {
    left:0;
    right:auto !important;
}