.section_content_padding_top_reset {
  padding: 0 0 16px;
}

@media screen and (min-width: 1024px) {
  .section_content_padding_top_reset {
    padding: 0 0 24px;
  }
}

@media screen and (min-width: 1200px) {
  .section_content_padding_top_reset {
    padding: 0 0 32px;
  }
}
