/* Add custom CSS styles below */ 
.landing-page-first-banner:nth-of-type(1) .item-text {
    background-color:#FFFFFF26;
    padding:30px;
    border-radius:10px;
    box-shadow:1px 1px 6px #00000061;
}
 p.text-gray-400.mb-2\.5.md\:mb-0 {
    color: white !important;
}
.g_cat .grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
}