.content
{
	width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-bottom: 0px;
    max-width: 1310px !important;
    /*max-width: 1710px !important;*/
}

p {
    font: 300 16px/130% "Open Sans", sans-serif;
    color: #000;
    margin: 0 0 20px 0;
}

h3 {
    font: 500 24px/1 "Open Sans", sans-serif;
    margin: 0 0 20px 0;
}

h1:not(.mobile-section-title){
    max-width: calc(100% - 250px);
    position: relative;
    z-index: 1;
    /*font: bold 35px/100% "Open Sans", sans-serif;*/
    /*text-transform: uppercase;*/
    font-size: 2.5rem;
    margin: 0 0 20px 0;
}

b
{
    font-weight: bold;
}

@media only screen and (max-width: 400px) {
	/*.content {
		padding-left: 10px;
		padding-right: 10px; 
	}*/
}
@media only screen and (max-width: 1000px) {
	/*.content {
		padding: 20px 25px 0; 
	}*/
}
@media only screen and (max-width: 680px) {
	/*.content {
		padding-top: 20px; 
	}*/
}