/* Add custom CSS styles below */ 
.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}
.s-payments-list-item img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: cover;
    background: #ffffff !important;
}

@media(max-width:768px) {
/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/* end cat*/
.landing-banner .justify-center {
    justify-content: center !important;
    padding: 0;
}
.landing-banner .font-bold {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    width: 100%;
    text-align: center !important;
    width: 100% !important;
}
section:nth-child(3 of .landing-page-first-banner)
 .item-text {
    background-color: rgb(0 0 0 / 71%) !important;
} 
.landing-banner .item-text {
    background-color: rgb(255 255 255 / 71%);
    align-items: center !important;
    position: absolute;
    bottom: 0;
    padding: 23px;
}


}