/* Add custom CSS styles below */ 


/*footer */

.copyright-text p {

    color: #000 !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;
}


/****/

@media(max-width:768px) {

section:nth-child(1 of .landing-page-first-banner) .item-text {
    max-width: 157px !important;
}
   section:nth-child(1 of .landing-page-first-banner) .item-text h1 {
    font-size: 15px !important;
}
   section:nth-child(3 of .landing-page-first-banner) .item-text h1 {
    font-size: 15px !important;
}
section:nth-child(2 of .landing-page-first-banner) .item-text p {
    max-width: 53% !important;
    font-size: 10px !important;
    font-weight: 600 !important;
}


}