.container-comunidades-content {
    width: 80%;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card-comunidade {
    width: 22rem;
    margin-top: 2rem;
    cursor: pointer;
}

.card-comunidade h3{
    margin-top: 1rem;
    width: 22rem;
    width: 100%;
    text-align: center;
    color: #020081e5;
    font-weight: 600;
}

.card-comunidade img {
    width: 100%;
    max-height: 258.953px;
    object-fit: cover;
}