.elementor-widget-about-the-community {
    text-align: center;
}

.elementor-widget-about-the-community .community-description {
    margin-bottom: 1.25rem;
}

.elementor-widget-about-the-community .community-buttons {
    display: flex;
    justify-content: center;
}

.elementor-widget-about-the-community .button.learn-more {
    margin: 0 20px 0 0;
}

@media (max-width: 767px) {
    .elementor-widget-about-the-community .community-buttons {
        flex-direction: column;
        align-items: center;
    }

    .elementor-widget-about-the-community .button.learn-more {
        margin: 0 0 20px 0;
    }
}
