
.gero {
	font-family: "Open Sans", Arial, sans-serfif;
	color: #333;
	line-height: 1.5;
	box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

.gero p{
	text-align: justify;
}

.gero h2, .gero h3, .gero h4, .gero h5, .gero h6
{
	color: #ce2b37;
	font-weight: 700;
}

.gero-bg
{
	text-align: center;
	padding: 20px;
	background-color: #ce2b37;
	color: #fff;
	margin-bottom: 0.5rem; 
	margin-top: 0.5rem;
}

.gero-bg h2, .gero-bg h3, .gero-bg h4, .gero-bg h5, .gero-bg h6{
	color: #fff;
	margin: 0px;
}

.gero img{
	width:100%;
}