/* Add here all your css styles (customizations) */

.aboutus-text h3 {
	color: #2c2c2c;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 25px;
}

.aboutus-text p {
	font-size: 13.5px;
	font-weight: 200;
}

.aboutus-text li {
	font-size: 13.5px;
	font-weight: 200;
}

.services-text h3 {
	color: #2c2c2c;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 25px;
}

.services-text p {
	font-size: 17px;
	font-weight: 200;
}

.properties-text h3 {
	color: #2c2c2c;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 25px;
}

.properties-text p {
	font-size: 17px;
	font-weight: 200;
}

.padding-right-20 {
	padding: 0px 20px 0px 0px;
}



@media (max-width: 768px){
	.shipping-service {
		margin-bottom: 30px;
	}
	
	.mobile-hidden {
padding-top: 100px;
}

}