@media(min-width:992px) {

.landing-page-first-banner .item-text {
  
    width: fit-content !important;
    background: #FFFFFF1A;
    backdrop-filter: blur(58px);
    padding: 30px 0px;
    width: 50% !important;
}

}


/*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;
    height: unset;
}

@media(max-width:768px) {

.landing-page-first-banner .item-text {
    width: 100% !important;
   
}


}