/* Add custom CSS styles below */ 
.md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.banner-entry {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .375rem;
    height: 170px;
    overflow: hidden;
    padding: .75rem;
    position: relative;
    text-align: center;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}