.landing-page-first-banner .item-text  img{
    display:none ;
}
section.landing-page-first-banner .container{
    max-width:100% !important;
}

section.landing-page-first-banner .item-text{
    padding:0px 70px 0px 70px !important;
    height:200px !important;
    justify-content:center !important;
}
section.landing-page-first-banner .item-text h1{
    
    text-shadow:0 6px 9px rgb(0 0 0 / 66%);
}
@media(min-width:768px){
    .g_cat .grid{
    grid-template-columns:repeat(8, minmax(0, 1fr)) !important;
}
}