/** HEADER **/

header {
	background: none;
	height: auto;

}

header h2 {
	clear: both;
	color: #0C6066;
	padding: 0px;
	text-align: center;
	width: auto;
}

.full-width{
	justify-content: center;
}
/* header .full-width {
	flex-direction: row-reverse;
	flex-wrap: nowrap;
} */
/** WORK **/

#work {
    background: #FF9F54;
}

#work h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 auto;
    width: auto;    
}

#work .full-width {
    padding: 115px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

#work p span {
	font-weight: bold;
}