.pros_home_h1 {
  color: #01135e;
  padding-bottom: 50px;
  position: relative;
  top: 15px;
}

.pros_home_h1 h1 {
  margin: 0;
  font-size: 28px;
  text-align: center;
}

@media (max-width: 767px) {
	.pros_home_h1 {
	    padding-bottom: 30px;
	    top: 30px;
	}

	.pros_home_h1 h1 {
		text-align: center;
		font-size: 22px;
    	line-height: 28px;
	}
}