/* Add custom CSS styles below */ 
  /*Square pictures*/
.image-title .title-heade {
  color: #fff;
    background-color: unset;
    
}
/**/
section:nth-child(1 of .landing-page-first-banner) .txt,
section:nth-child(2 of .landing-page-first-banner) .txt,
section:nth-child(4 of .landing-page-first-banner) .txt
{
  
    margin-right:2rem;
}

section:nth-child(3 of .landing-page-first-banner) .txt
{
  
    margin-left: 2rem;
}
/*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(4) img {
    padding:12px 5px !important;
}


/****/

@media(max-width:768px) {

section:nth-child(1 of .landing-page-first-banner) .txt, section:nth-child(2 of .landing-page-first-banner) .txt, section:nth-child(4 of .landing-page-first-banner) .txt {
    margin-right: 0;
}
  
   .g_cat .grid-cols-3 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
 .g_cat .products-item {
    align-self: start;
    grid-column: 2 span;
}

  .g_cat .flex:nth-child(4) {
    grid-column: 2 /4;
  }


  .landing-page-first-banner  .item-text h1 {
    font-size: 16px !important;
}
.landing-page-first-banner .item-text {
    max-width: 100% !important;
    position: absolute;
    bottom: 0;
    padding: 20px 0;
    align-items: center !important;
}
  .landing-page-first-banner  .item-text h1 {
    font-size: 19px !important;
    text-align: center !important;
}
}