/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.ads .img{
    max-height:100% !important;
}
.landing-page-first-banner .container>div{
    width: 50% !important;
}
.g_cat .grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
@media(max-width: 768px) {
.landing-page-first-banner .container>div{
   width:100% !important;
    margin:auto;
    text-align:center !important;
    align-items: center !important;
}
.landing-page-first-banner h1 {
    color:#fff !important; 
    margin: auto;
    font-size: 22px;
    text-align:center !important;
}
.g_cat h3 {
    font-size: 15px;
    font-weight: 500
}
}
footer .relative>div:first-child i {
    color: #263b58 !important
}
footer .relative>div:first-child h2 , footer .relative>div:first-child p{
    color:#ffffff !important;
}
.copyright-text p {
  color : #ffffff !important;
}