/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 

.top-navbar {
display:none;
} 
.g_cat .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.ads .img {
max-height:100%!important;
}
.image-title .title-heade {
   
    background-color: transparent!important;
    color: #ffffff!important;
   
}
@media(max-width:768px){
.landing-banner h1 {
    color: #ffffff !important;
    background-color: #34215f69;
    border-radius: 10px;
    padding: 10px;
    font-size: 30px;
}
.landing-banner >div >div {
    text-align: center!important;
    align-items: center!important;
}
}

.copyright-text p {
    
    color: rgb(255 255 255) !important;
  
}