.main_content {
  padding: 12px 0 30px 0;
}
h1 {
  color: #474441;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 40px;
  }
}
