.rich-text .richtext-image.full-width {
    width: 100%;
    height: 100%;
}

.rich-text .richtext-image.left {
    float: left;
    margin-right: 16px
}

.rich-text .richtext-image.right {
    float: right;
    margin-left: 16px;
}

.quick-highlights .highlight-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quick-highlights .highlight-header {
    height: 50px !important;
}

.quick-highlights .rich-text {
    padding: 0 10px;
    max-width: 100%;
}

.quick-links .row div.quick-links-block{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    align-items: center;
}
.quick-links .row div.quick-links-block a.btn-quick-links {
    margin-top: auto;
}

.quick-links .row div.quick-links-block div.rich-text {
    width: 100%
}

@media (min-width: 768px) and (max-width: 1023px) {
    .quick-links .row div.quick-links-block h3 {
        height: 2.5rem;
    }
    .quick-links .row div.quick-links-block a.btn {
        padding: 0.6rem 1rem !important;
        min-width: 200px !important;
        font-size: 0.875rem !important;
    }
}


.paragraph-rich-text {
    margin: 2rem auto;
    padding: 0 2rem;
}

@media (min-width: 768px) {
    .paragraph-rich-text {
        margin: 3rem auto;
        padding: 0 11rem;
    }
}