/* MyMove — "Cards met achtergrond" block.
   Grid, image ratio and typography are inherited from freshdev's .section-cards
   rules (public/app.css). This file only adds the optional white card box. */

.section-cards-boxed.has-card-bg .cards-holder .content-block {
    background: #fff;
    padding: 20px;
    text-align: center;
}

.section-cards-boxed.has-card-bg .cards-holder .content-block .inner,
.section-cards-boxed.has-card-bg .cards-holder .content-block .inner h1,
.section-cards-boxed.has-card-bg .cards-holder .content-block .inner h2,
.section-cards-boxed.has-card-bg .cards-holder .content-block .inner h3,
.section-cards-boxed.has-card-bg .cards-holder .content-block .inner p {
    color: #111;
}

@media (max-width: 767px) {
    .section-cards-boxed.has-card-bg .cards-holder .content-block {
        padding: 16px;
    }
}
