/* main 2 */
section:nth-child(2 of .main_banner) .custom_container {
  width: 100%;
}
section:nth-child(2 of .main_banner) .slider_content {
 margin: 0; 
    order: 0;
     justify-content: center; 
     align-items: anchor-center; 
    text-align: center;
}


.banner--fixed img {
  
    background-color: rgb(15 16 18 / 0%);

}

.navbar-brand img {
    max-width: 170px;
    filter: brightness(0.0);
}


.copyright-text p{
color:#fff !important;
  
}


@media(max-width:768px) {
.store-footer .flex-row {
    flex-direction: column !important;
}

.navbar-brand img {
    max-width: 170px;
    filter: brightness(0.0)invert(1);
}

  footer * {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
  
}