/* Add custom CSS styles below */ 

 .banner-entry {
    background-color:transparent !important;        
    height: 205px;
 
}

@media (max-width:768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .banner-entry {
    height: 82px;
 
}
}