/***/
section:nth-child(1 of .landing-page-first-banner) .txt {
    justify-content: end !important;
}

 section:nth-child(1 of .landing-page-first-banner) .item-text h1 {

   

}


/**category*/
.g_cat  .grid {
    display: flex !important;
}
/**end  category*/
/* */
.ad-star-btn {
  background-color:var(--color-primary);
}
/***/
/*Square pictures*/
.image-title .title-heade {
  color: #000;
    background-color: unset;
    
}
/**/

/*footer**/
.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}
/***/

@media(max-width:768px) {
section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
    font-size: 16px !important;
}

}