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


/* 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: 2;
    justify-content: center;
 
    grid-column: 2/6;
  
}

section:nth-child(2 of .main_banner) 
.grid-cols-2 {
   grid-template-columns: repeat(6,minmax(0,1fr));
}

/**/

.s-button-icon .s-button-text {
    display: flex;
    color: #fff;
}


@media(max-width:786px){

section:nth-child(2 of .main_banner) .slider_content {
  
    grid-column: 1/4;
}

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