.content__header h1
{
	display: none;
}
.portfolio-title
{
	    margin-bottom: 10px;
    display: block;
    float: left;
    width: 100%;
}
.portfolio-title h1
{
    font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
    margin: 0 0 20px;
}
.portfolio-title h1:after {
    content: "";
    position: absolute;
    bottom: -10px;
    display: block;
    height: 4px;
    width: 60px;
    background: #1a4b69;
}
.portfolio-content
{
    color: #808080;	
}