/* Add custom CSS styles below */ 

/*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;
}
.s-payments-list-item:nth-of-type(3) img {
    padding:12px 5px !important;
}
.s-trust-badges-image ,.s-trust-badges-label {
    display: none;
}
/****/

@media(max-width:768px) {
section:nth-child(1 of .landing-page-first-banner)  .item-text {
    max-width: 100% !important;
    position: absolute;
    bottom: 0;
    padding: 20px 1px;
    align-items: center !important;
    background-image: linear-gradient(
139deg, #ffffff, transparent);
}
section:nth-child(1 of .landing-page-first-banner)  .item-text h1 {
    font-size: 16px !important;
    text-align: center !important;
}

}