/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.landing-page-first-banner .container{
    max-width:90%
}
.landing-page-first-banner .container>div{
    width: 40% !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 {
    margin: auto;
    font-size: 22px;
    text-align:center !important;
}  
.g_cat h3 {
    font-size: 15px;
    font-weight: 500
}
}
.copyright-text p {
  color : #ffffff !important;
}