/* Add custom CSS styles below */ 

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}
.ad-star-btn {
  background-color:var(--color-primary);
}
.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}
/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/* end cat*/
@media(max-width:768px) {
.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(1 of .landing-page-first-banner) .item-text {
    display: none !important;
}
.landing-banner .item-text {
    background-color: rgb(0 0 0 / 71%);
    align-items: center !important;
    position: absolute;
    bottom: 0;
    padding: 23px;
}


}