﻿.franchising-cta-section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: #FBC673;
    min-height: 600px;
    overflow: hidden;
}

    .franchising-cta-section > .cta-content {
        padding: 10px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        .franchising-cta-section > .cta-content > h2 {
            margin-bottom: 30px;
            text-align: center;
        }

            .franchising-cta-section > .cta-content > h2 > .text-cta-emphasise {
                color: #fff;
            }

        .franchising-cta-section > .cta-content > .cta-button-box {
            width: 100%;
            text-align: center;
            display: flex;
            justify-content: center;
            align-content: center;
            flex-wrap: nowrap;
        }
