    .default3-container {
        display: flex;
        align-items: center;
        background: var(--primary);
    }

    .default3-container .title3 {
        color: white;
        margin: 0;
        padding: 30px 0;
    }

    .fullwidthctabackground-container {
        background-size: cover;
        background-position: center;
        position: relative;
        padding: 100px 0;
    }

    .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;
        font-size: 3rem;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .flexfwcb h3 {
        color: white;
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .flexfwcb p {
        color: white;
    }

    .fullwidthctabackground-container img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain;
        z-index: -1;
        left: 0;
        top: 0;
        background: #b4f0f0;
    }

    .flexfwcb .btn {
        margin-top: 20px;
    }

    @media (max-width:991px) {
        .flexfwcb h2 {
            font-size: 2rem;
        }


    }
