.info-p{
	margin: 20px 35px 0 35px;
	text-align: justify;
	
}
.info-container h2{
	text-align: center;
	font-weight: bold;
}
@media only screen and (min-width: 575px) {
.info-title {
		margin-left: 55px;
}
}
.info-title{
	margin-top: 15px;
	margin-bottom: 20px;
}
.info-title span{
	cursor:pointer;
  color:blue;
  display: block;
  margin-left: 32px;
	margin-top: -10px;
}
.info-title span:hover{
	text-decoration:underline;
}
.info-title img{
	width: 30px;
	margin-bottom: 9px;
}
.info-title h4{
	display: inline-block;
	margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
	.info-p h4{
		font-size: 15px;
	}
	.info-title span{
		display: inline;
	  margin-left: 5px;
	}
	.info-title h4{
	display: inline;
	}
}
