h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
    margin: 0 auto 12px;
	}

p {
	font-family: Roboto-Thin;
	font-size: 18px;
	line-height: 19px;
	}

p:not(:last-child) {
    margin-bottom: 13px;
	}

#about {
	margin-bottom: 100px;
	}

@media screen and (max-width: 1030px)
{

	#about {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
		max-width: 100% !important;
		min-width: 100% !important;
		}

}

@media screen and (max-width: 650px)
{

	h2 {
		font-size: 33.5px;
		margin-bottom: 45px;
		}

	p {
		line-height: 18px;
		}

	p:not(:last-child) {
	    margin-bottom: 19px;
		}
	
	header {
    	margin-bottom: 58px !important;
		}

	#about {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
		padding-left: 30px;
		padding-right: 30px;
		}

}

@media screen and (max-width: 320px)
{

	header {
	    margin-bottom: 7px !important;
		}
	
	h2 {
	    font-size: 23px;
	    margin-bottom: 23px;
		}

	#about {
    	width: 100% !important;
    	max-width: 100% !important;
    	min-width: 100% !important;
    	padding-left: 20px;
    	padding-right: 20px;
		}

}




