/* @group Description with list and image
------------------------------------ */
.description-with-list-and-image[data-name="component"] {
    position: relative;
}
.description-with-list-and-image[data-name="component"] h3 {
    margin: 0 0 .8rem;
}
.description-with-list-and-image[data-name="component"] h2,
.description-with-list-and-image[data-name="component"] p {
    margin: 0 0 3.2rem;
}
.description-with-list-and-image[data-name="component"] ul {
    margin: 0 0 2rem;
}
.description-with-list-and-image[data-name="component"] ul li {
    margin-bottom: 1.2rem;
}
.description-with-list-and-image[data-name="component"] .bp-multimedia {
    height: 44.6rem;
    margin: 0 0 4rem;
}
@media only screen
and (min-width : 961px) {
    .description-with-list-and-image[data-name="component"] h2,
    .description-with-list-and-image[data-name="component"] p {
        margin: 0 0 2.8rem;
    }
    .description-with-list-and-image[data-name="component"] ul {
        margin: 0 0 1.6rem;
    }
    .description-with-list-and-image[data-name="component"] ul {
        columns: 2;
    }
    .description-with-list-and-image[data-name="component"] .bp-multimedia {
        height: 56.6rem;
        margin: 0;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .description-with-list-and-image[data-name="component"] .image-container {
        order: -1;
    }
    .description-with-list-and-image .wp-block-buttons>.wp-block-button,
    .description-with-list-and-image .wp-block-buttons>.wp-block-button .wp-block-button__link { width: 100%; }
    .description-with-list-and-image .wp-block-buttons>.wp-block-button { margin-top: 1.2rem; }
    .description-with-list-and-image .wp-block-buttons>.wp-block-button:first-child { margin-top: 0; }
}

/* @end */
