.market-growth-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /*height: 383px;*/
    height: 300px;

    /*background: url('../images/JoinUs_bckgrnd_2x.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-position: bottom center;*/
    /*background-size: cover;*/
}

.market-growth-header-image {
    min-height: 100px;
    width: 120px;
    margin-top: 20px;
    background: url('../images/JoinUs-Icon.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.market-growth-container h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 36pt;
    font-weight: 300;
    color: #008dff;
    margin: 0.5em 10%;
    letter-spacing: 0.20em;
}


.market-growth-button-container {
    margin-bottom: 20px;
}

.market-growth-button-container p {
    text-align: center;
}

.market-growth-blue-button {
    color: white;
    padding: 14px 62px 14px 62px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    font-size: 16pt;
    margin-top: 15px;
    text-decoration: none;
    background: #008dff;
}

.market-growth-blue-button:hover {
    background: #44b061;
    color: white;
}



@media only screen and (max-width: 900px) {
    .market-growth-container h1 {
        font-size: 32pt;
    }
}


@media only screen and (max-width: 800px) {
    .market-growth-container h1 {
        font-size: 28pt;
    }
}


@media only screen and (max-width: 600px) {
    .market-growth-container {
        height: 330px;
    }

    .market-growth-container h1 {
        font-size: 24pt;
    }
}



