

/* ************************************************************************** *\
|* ******************************** #hero *********************************** *|
\* ************************************************************************** */



/* ************************************************************************** *\
|* ******************************** #info *********************************** *|
\* ************************************************************************** */

#info {
	display: block;
	width: 100%;
}

#info .inner {
	display: block;
	max-width: 1200px;
	width: 93%;
	margin: 0 auto;
	padding: 0;
}

#info .content {
	line-height: 27px;
    font-size: 15px;
    display: inline-block;
    font-weight: 300;
}

#info .content:last-child {
    padding-bottom: 100px;
}


#info .content > span.first-letter {
	color: #4068a7;
    font-size: 75px;
    font-weight: 700;
    float: left;
    font-family: 'Poppins';
    line-height: 75px;
    padding: 0 15px;
    text-transform: uppercase;
    /* hello */
}

#info .rise {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 75px 0 50px;
}

#info .rise p {
    font: 400 35px 'Montserrat', 'Helvetica';
}

#info .rise p span {
    color: #4068a7;
    font: 400 75px 'Monoton', 'Helvetica';
}



