.fullwidthctabackground-container {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.fullwidthctabackground-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    left: 0;
    top: 0;
}

.flexfwcb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    width: 1000px;
    max-width: 100%;
    margin: auto;
}

.flexfwcb h2 {
    color: white;
    margin: 0;
    font-weight: 600;
    /* text shadow */
    text-shadow: 0 0 10px rgba(0, 0, 0, .7);
}

.flexfwcb p {
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, .7);
}

.flexfwcb .btn {
    margin-top: 50px;
}