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


.image-title .title-heade {
  background-color: unset;
  color: #fff;
}
 
.ad-star-btn {
  background-color:var(--color-primary);
}


/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}

@media(max-width:768px) {

section:nth-child(1 of .landing-page-first-banner) .item-text {
    display: none !important;
}

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