.short-banner {
    margin: 2.5rem 0;
    padding-top: 3.5rem;
}
@media print, screen and (max-width: 63.99875em) {
    .short-banner {
        padding-left: 1.125rem;
        padding-right: 1.125rem;
    }
}
.short-banner .section-inner {
    border-radius: 1.5rem;
    padding: 3rem;
    position: relative;
}
.short-banner .section-inner .short-banner-wrap {
    max-width: 50rem;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.short-banner .section-inner .short-banner-wrap,
.short-banner .section-inner .short-banner-wrap .left-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.short-banner .section-inner .short-banner-wrap .left-col {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
@media print, screen and (min-width: 64em) {
    .short-banner .section-inner .short-banner-wrap .left-col {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 3rem 0 0;
        -webkit-flex: 1 1 66%;
        -ms-flex: 1 1 66%;
        flex: 1 1 66%;
    }
}
.short-banner .section-inner .short-banner-wrap .left-col p {
    width: 100%;
    display: block;
}
.short-banner .section-inner .short-banner-wrap .left-col .wysiwyg-wrap {
    max-width: 43.75rem;
}
@media print, screen and (min-width: 64em) {
    .short-banner .section-inner .short-banner-wrap .left-col .wysiwyg-wrap h1 {
        font-size: 3.25rem;
    }
}
@media print, screen and (min-width: 64em) {
    .short-banner .section-inner .short-banner-wrap .left-col .wysiwyg-wrap p {
        font-size: 1.25rem;
    }
}
.short-banner .section-inner .short-banner-wrap .right-col {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 2rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media print, screen and (min-width: 64em) {
    .short-banner .section-inner .short-banner-wrap .right-col {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex: 1 1 33%;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        margin-bottom: 0;
    }
}
.short-banner .section-inner .short-banner-wrap .right-col img {
    width: 100%;
    /* max-width:8rem; */
}
@media print, screen and (min-width: 40em) {
    .short-banner .section-inner .short-banner-wrap .right-col img {
        /* max-width:10rem; */
    }
}
@media print, screen and (min-width: 64em) {
    .short-banner .section-inner .short-banner-wrap .right-col img {
        /* max-width:31.25rem; */
    }
}
.short-banner .section-inner .anchor-link {
    cursor: pointer;
    position: absolute;
    top: 100%;
    right: 3.5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media print, screen and (min-width: 64em) {
    .short-banner .section-inner .anchor-link {
        left: 3.5rem;
        right: auto;
    }
}
@media print, screen and (max-width: 74.99875em) {
    .short-banner .section-inner .anchor-link svg {
        width: 1.875rem;
    }
}
