h3 {
  padding-bottom: 15px !important;
}

hr {
  background-color: #007a33;
  height: 3px;
  width: 200px;
  border: 0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  hr {
	justify-self: center;
  }
}