@media (max-width: 768px) {
    .description-cell {
        max-width: 200px;
        white-space: normal;
        word-wrap: break-word;
    }
}

#communities-hero {
    position: relative;
    z-index: 10;
}

#communities-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    z-index: -1;
}
