.history {
  padding-top: 36px;
  padding-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .history {
    padding-top: 57px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 980px) {
  .history {
    padding-top: 38px;
  }
}
.history .section_header {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .history .section_header {
    margin-bottom: 37px;
  }
}