/* Welcome text */
.hero-welcome {
    margin-left: 4rem;
    margin-bottom: 2rem;
}

/* Welcome (Mobile) */
@media (max-width: 768px) {
    .hero-welcome {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
        text-align: center;
    }
}

/* Activities */
.article {
    width: 10rem;
}