/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.headline_icon {
    margin-top: 7rem;
    margin-bottom: 5rem;
}

.headline_icon > .border {
    border-top: solid 1px #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 7rem;
}
.headline_icon > .noborder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 0;
}

.headline_icon img {
    margin-right: 5rem;
    max-width: 150px;
    max-height: 150px;
    flex-shrink: 0;
}

.headline_icon .h2 {
    margin-top: 0;
    font-size: var(--h2);
}

.headline_icon .h2 > * {
    display: block;
}

@media only screen and (max-width: 768px) {
    .headline_icon img {
        margin-right: 2rem;
        max-width: 100px;
        max-height: 100px;
    }

    .headline_icon .h2 {
        font-size: 2em;
    }
}

@media only screen and (max-width: 480px) {
    .headline_icon img {
        margin-right: 2rem;
        max-width: 50px;
        max-height: 50px;
    }

    .headline_icon > .border,
    .headline_icon > .noborder {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
