/* Add custom CSS styles below */ 
@media(min-width:768px){
    section.NG-hero-section-0 .wrapper{
        margin-right:0 !important;
        left:100px;
        right:auto;
        align-items:center;
        top:30%;
        width:700px;
        text-align:center;
    }
    section.NG-hero-section-0 .wrapper h1 {
        font-size:60px;
    }
}
.s-block--fixed-banner {
    margin-bottom:20px;
}
@media(max-width:768px){
    section.NG-hero-section-0 .wrapper{
        margin-right:0 !important;
        left:15px;
        right:auto;
        align-items:center;
        top:50%;
        width:250px;
        text-align:center;
    }
    section.NG-hero-section-0 .wrapper h1 {
        font-size:px;
    }
}