.copyright-text p {

    color: #fff !important;
}

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

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


section:nth-child(2 of .landing-page-first-banner) .item-text {
    padding: 44px 34px;
    background: #0000003D;
    border-radius: 50px;
}


@media(max-width:768px) {

 .landing-page-first-banner .item-text h1 {
    font-size: 16px !important;
}
  section:nth-child(1 of .landing-page-first-banner) .item-text {
    max-width: 157px !important;
}



}