Error > stdin:149
Invalid CSS after "...ze: 30px;color:": expected expression (e.g. 1px, bold), was "#;font-weight: 600;"
		position: relative; text-align: center;
		img{object-fit: cover;min-height:150px; object-position: center center;}
		.headtitle-block{		
			position: absolute; top: 50%; left: 0; right: 0;
			-webkit-transform: translateY(-50%);ransform: translateY(-50%);
			h1{
				font-size: 30px;color:#;font-weight: 600;letter-spacing: 1px;
				margin: 20px 0;	padding:0 ;text-align: center;text-transform: uppercase;
			}
		}
		@media(max-width:767px){
			.headtitle-block h1{	font-size:28px;}		
		}
	}
