@import url('https://fonts.googleapis.com/css2?family=Beiruti:wght@200..900&display=swap');




section:nth-child(1 of .landing-page-first-banner) .item-text h1 {
    font-size: 90px !important;
  font-family: "Beiruti", sans-serif;
    -webkit-text-stroke: 8px transparent;
    background: linear-gradient(to bottom, #5d3d93, rgb(93 61 147), #654a86);
    -webkit-background-clip: text;
    
}





.g_cat .grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

.g_cat .flex:nth-child(2) {
    display: none !important;
}

/*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;
}



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

section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
    font-size: 32px !important;
    width: 100% !important;
}




}