@import url("style-pages.css");

/* Services page overrides (if needed). */
.process-steps {
    align-items: stretch !important;
}

.process-connector {
    align-self: center !important;
}

.process-step {
    display: flex;
    flex-direction: column;
    height: auto;
}
