.outerwrap.cta-module {
    background-image: url(/Data/Sites/1/SuperFlexi/Solutions/CallToAction/resources/construct-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    margin-left: calc((-100vw + 100%) / 2);
    margin-right: calc((-100vw + 100%) / 2);
    min-height: 295px;
    display: flex;
    align-items: center;
}

.cta-pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0.7) 0%,rgba(17,30,87,0.8) 100%);
    background-size: auto 200%;
    width: 100%;
    height: 100%;
}

.cta-pattern-overlay img {
    vertical-align: middle;
}

.cta__innerwrap.const-container {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.cta-text-wrap {
    z-index: 9999;
}

.cta__innerwrap.const-container .modulelinks a {
    position: relative;
    color: #fff;
}

.cta-prefix.section-prefix {
    color: #fff;
}

.cta-title.section-title {
    color: #fff;
}

.cta-prefix.section-prefix .ModuleEditLink.flexi-item-edit {
    color: #fff;
    padding-left: 10px;
}

.btn.btn-primary.cta-button {
    background: linear-gradient(115deg, #e1e4e8, #939ca3);
    color: #000;
    background-size: 200%;
}

.btn.btn-primary.cta-button:hover {
    background-position: right center;
}

@media (min-width: 992px) {
    .cta-row {
        flex-direction: row;
        justify-content: space-evenly;
        text-align: left;
    }
}