.page-title--section {
    background: var(--theme-gradient);
    color: #fff;
}

.page-title--container {
    padding: 80px var(--theme-content-padding);
    position: relative;
}

.page-title--small-title {
    margin-bottom: 8px;
    color: var(--theme-teal77);
}

.page-title--copy {
    max-width: 590px;
}

.page-title--copy p:last-child {
    margin-bottom: 0;
}

.page-title--cta-wrap {
    margin-top: 24px;
}

@media (min-width: 992px) {

    .page-title--section .theme-col-lg {
        display: flex;
        flex-direction: column;

    }

    .page-title--largeD-title {
        margin-bottom: 0;
    }
}