section:nth-child(2 of .landing-page-first-banner) .item-text >img {
filter:brightness(0.0)invert(1);
}


/*footer */

.copyright-text p {

    color: #fff !important;
}

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

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

.s-payments-list-item:nth-of-type(3) img {
    padding:12px 5px !important;
}


/****/

@media(max-width:768px) {

.landing-page-first-banner .item-text {
    max-width: 230px !important;
}

}