/*Square pictures*/
.image-title .title-heade {
  color: #fff;
    background-color: unset;
    
}
*/
/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
/* end cat*/



.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 h1 {
    font-size: 16px !important;
  color: #000 !important;
  text-align: center !important ;
}

.landing-page-first-banner .item-text {
  align-items: center !important ;
}


}