﻿
div[data-component-type="container"] > div[data-component-type="row"] {
    min-height: 430px;
}

    div[data-component-type="container"] > div[data-component-type="row"] > div[data-component-type="column"].col-md-6,
    div[data-component-type="container"] > div[data-component-type="row"] > div[data-component-type="column"].col-md-12 {
        min-height: 430px;
    }

        div[data-component-type="container"] > div[data-component-type="row"] > div[data-component-type="column"].col-md-6 > div[data-component-type="column"].col-md-12,
        div[data-component-type="container"] > div[data-component-type="row"] > div[data-component-type="column"].col-md-12 > div[data-component-type="column"].col-md-12 {
            min-height: 430px;
        }

@media (min-width: 767.98px) {
    div[data-component-type="container"] {
        padding-bottom: 30px;
    }
}

@media (max-width: 767.97px) {
    div[data-component-type="container"] > div[data-component-type="row"] > div[data-component-type="column"] {
        margin-bottom: 30px;
    }
}

@media (min-width: 767.98px) {
    div[data-component-type="container"] > div[data-component-type="row"] > div[data-component-type="column"].col-md-6 > div[data-component-type="column"][style*="background-image"].col-md-12,
    div[data-component-type="container"] > div[data-component-type="row"] > div[data-component-type="column"].col-md-12 > div[data-component-type="column"].col-md-12 {
        min-height: 100%;
    }
}


@media (min-width: 345px) {
    h2.article-heading {
        margin-top: 0.5rem;
    }
}