/* Add custom CSS styles below */ 
.s-block:first-of-type {
    margin-top: 0;
}
.s-block:first-of-type .container  {
    padding: 0;
    max-width: 100%;
}

section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-bottom: 4rem;
}

.banner--fixed img {
       background-color: transparent;
       margin: auto;
}
.NG-categories .grid {
        grid-template-columns: repeat(3, minmax(0, 290px)) !important;
        justify-content: center;
}