/* Add custom CSS styles below */ 
#app > div.app-inner.flex.flex-col.min-h-screen.relative > section:nth-child(11) .banner-entry {
    height: 12.7rem;
}
@media (min-width: 640px) {
    #app > div.app-inner.flex.flex-col.min-h-screen.relative > section:nth-child(11) .banner-entry {
        height: 19.5rem;
        padding: 1rem;
    }
}