/*content-img*/
.content-img h2{
  color: gray;
  font-family: Times New Roman;
  text-align: center;
  font-size: 15px;
}
.content{
	margin-top: 40px;
	margin-bottom:20px;
}
.content-img p{
  color: black;
  font-family: Times New Roman;
  text-align: center;
}
@media(min-width: 768px){
	.content-img img{
		margin: 0px auto;
	}
	.content-img h2{
		font-size: 20px;
	}
	.content-img p{
		font-size: 18px;
	}
}

@media(min-width: 1280px){
	/*content-img*/
      .content-img h2{
      	font-size: 25px;
      }
      .content-img img{
	    margin-left:4%;
       }
      .content-img p{
      	font-size: 16px;
      }
	  
}