.standard_editor_section {
  margin: 80px 0;
}
.standard_editor_section.remove_tos {
  margin-top: 0;
}
.standard_editor_section.remove_bos {
  margin-bottom: 0;
}
.standard_editor_section .button_list {
  margin: 30px 0 0;
  gap: 15px;
}

@media (max-width: 1359px) {
  .standard_editor_section {
    margin: 70px 0;
  }
}
@media (max-width: 1199px) {
  .standard_editor_section {
    margin: 60px 0;
  }
}
@media (max-width: 991px) {
  .standard_editor_section {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .standard_editor_section {
    margin: 40px 0;
  }
}