@charset "utf-8";
section {
    position: relative;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

section h1{
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:capitalize;
    text-align: center;
    letter-spacing: 0rem;
    font-size: 2.2rem;
    font-weight: 400;
	color:#000;
	line-height:2.2rem;
}


.inner-page-banner-section {
    height: 70vh;
}
.inner-page-banner-section { 
    background: url(../images/consignment/consignment_header.jpg) no-repeat top center;
    background-size: cover;
    background-attachment:scroll;
	background-position:center top;
} 
.inner-page-banner-section h1{
    font-size: 4.0rem;
	line-height:4.0rem;
	margin-top: 32vh;
	color:#000;
	text-align:left;
	margin-left:15vw;
}

@media only screen and (max-width: 900px) {
	.inner-page-banner-section h1{
    	font-size: 3.2rem;
		line-height:4rem;
		margin-left:6vw;
	}
}
#howitworks h4{
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform:uppercase;
	font-weight: 400;
}

.fourup{
	float: left;
    margin:2.5% 3%;
    text-align:center;
	width:14%;
	height:fit-content;
}

.fourup.left{
	margin-left:13%;
	margin-right:3%;
}
.fourup.right{
	margin-right:13%;
	margin-left:3%;
}
.fourup h2{
	font-family: 'PT Sans Narrow', sans-serif;
	text-align:left;
	font-size:4rem;
	line-height:4rem;
	display:block;
	width:100%;
	height:80px;
	padding:0;
	margin:0 auto;
	float:left;
}
.fourup h2 div{
    font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
	font-weight: 400;
    font-size: 1.2rem;
	line-height:2rem;
	letter-spacing:.3rem;
	clear:both;
	float:right;
	width:70%;
	height:100%;		
	display:block;
	text-align:justify;
}

.fourup h2 div.one{
	line-height:4rem;

}
.fourup p{
    text-align:justify;
}


.inbetween-page-first-section{
    height: 35vh;
	margin:60px 0;
	color:#fff;
	text-align:center;
    background: url(../images/consignment/first_section_banner.jpg?v=2) no-repeat center center;
    background-size: cover;
	background-attachment:fixed;
}


