h1 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}

p{
    font-size: 15px !important;
}

h2 {
    font-size: 18px;
}

.contact-us-home-conatainer a,
.contact-us-home-conatainer a:hover {
	font-size: 15px;
    text-decoration: underline;
}

.contact-us-home-conatainer {
	margin-bottom: 40px;
}

@media all and (max-width: 1200px) {
	#wrapper,
	#contentwrapper {
		width: 100% !important;	
	}
}