

	.lets-work-together{
    	margin-bottom: 0;
	}


	.lets-work-together {
	    text-align: center;
	    /*max-width: 620px;*/
	    margin: 0 auto ;
	}

	.lets-work-together h4 {
	    font-size: 52px;
	    line-height: 47px;
	    color: #000;
	    text-transform: capitalize;
	}

	.lets-work-together p {
	    font-size: 16px;
	    line-height: 24px;
	}

	.lets-work-together ul.social-list {
	    text-align: left;
	    margin: 75px 30px 0;
	}


@media only screen and (max-width: 500px) {

	.lets-work-together h4 {
	    font-size: 38px;
	    line-height: 110%;
	}
}