.cta-f-module__outer {
    width: 100vw;
    margin-left: calc((-100vw + 100%) / 2);
    margin-right: calc((-100vw + 100%) / 2);
    margin-top: 0;
    text-align: center;
    background-color: #E9E9E4;
}

.cta-f__innerwrap {
    padding: 30px 10px;
}

.cta-f-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.cta-f-title span:last-child {
    font-style: italic;
    color: var(--brand-primary-dark);
    background: #003366;
    background: -webkit-linear-gradient(0deg, #9AB3D5 0%, #003366 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.cta-f-btn-wrap {
    display: flex;
    gap: 100px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.cta-f-join-box {
    flex: 0 0 100%;
    max-width: 600px;
    background-color: #fff;
    padding: 20px;
}

.cta-f-join-box p {
    min-height: 145px;
}

@media (min-width: 992px) {
    .cta-f-join-box {
       flex: 0 0 calc(50% - 100px)
    }
}

@media (min-width: 1200px) {
    .cta-f-join-box {
        flex: 0 0 50%;
    }
}