/* --- TEXTMEDIA --- */
.textpic__img {
    margin-bottom: 2rem;
}
.textmedia__text {
    margin-bottom: 2rem;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* --- TABLET (MD) --- */
@media (min-width: 768px) {
    .textpic__img {
        margin-bottom: 0;
    }
    .textmedia__text {
        margin-bottom: 0;
    }
    .textmedia__img--top {
        margin-bottom: 2rem;
    }
}

/* --- DESKTOP (XL) --- */
@media (min-width: 1200px) {
    .textmedia__img--top {
        margin-bottom: 3rem;
    }
}
