/* Add custom CSS styles below */ 
/* main 2 */
 .main_banner .custom_container {
  width: 100%;
}

section:nth-child(1 of .main_banner) .slider_content {
    margin: 0;
    grid-column: 1/3;
}


section:nth-child(1 of .main_banner) 
.slider_content p{

width: 70%;
  
}

.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}


/**/
@media(max-width:768px) {
section:nth-child(1 of .main_banner) .slider_content {
  
    grid-column: unset;
}

footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  
  .store-footer .container > div >img {
    filter: brightness(0.0)invet(-1);
}
}