/* /////////////////////////////////////////////
TEXT BANNER (DEFAULT)
///////////////////////////////////////////// */


/* ///////  DEFAULT STYLING /////// */

.text-banner {
    background:#034951;
    color:#fff;
    position: relative;
    width:100%;
    padding:240px 0 156px 0;
    overflow:hidden;
    text-align:center;
}
.text-banner .text .header {
    font-family: "MetropolisExtraBold", san-serif;
    font-size: 64px;
    margin-bottom: 24px;
    line-height: 1;
    padding: 0;
}
.text-banner .text .sub-header {
    font-size:18px;
    line-height:1.3;
    margin-bottom: 24px;
    padding:0;
}



