/* Page intro: title on top, description full width below */
.services-page__top > .row > .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.services-page__top > .row.align-items-center {
    align-items: flex-start !important;
}

.services-page__top .services-page__description {
    margin-top: 0;
}
