

.MainBG
{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

#ProjectInner .row
{
    padding-bottom: 20px;
}

#ProjectView .title
{
    font-family: YesevaOne;
    font-size: 35px;
    line-height: 30px;
    color: #0f272d;
    word-break: break-word;
}

#ProjectView .category
{
    color: gray;
}

#ProjectView {
	background-color: #F9F9F2 !important; 
	padding-top: 80px;
}
@media only screen and (max-width: 990px) {
	#ProjectView {
		background-color: #F9F9F2 !important; 
		padding-top: 20px;
	}

	#ProjectView .title{
	    font-family: YesevaOne;
	    font-size: 28px;
	    line-height: 30px;
	}
	#ProjectInner .row{
	    padding-top: 10px;
	}
}