.component_list_module .list-main .heading{
  margin:0;
  padding-bottom:0;
}

.component_list_module .list-main .heading h1,.component_list_module .list-main .heading h2,.component_list_module .list-main .heading h3,.component_list_module .list-main .heading h4,.component_list_module .list-main .heading h5,.component_list_module .list-main .heading h6{
  font-size:36px;
  font-size:2.25rem;
  font-weight:300;
  margin-bottom:1.25rem;
}

@media (min-width:768px){
  .component_list_module .list-main .heading h1,.component_list_module .list-main .heading h2,.component_list_module .list-main .heading h3,.component_list_module .list-main .heading h4,.component_list_module .list-main .heading h5,.component_list_module .list-main .heading h6{
    font-size:40px;
    font-size:2.5rem;
  }
}

@media (min-width:1600px){
  .component_list_module .list-main .heading h1,.component_list_module .list-main .heading h2,.component_list_module .list-main .heading h3,.component_list_module .list-main .heading h4,.component_list_module .list-main .heading h5,.component_list_module .list-main .heading h6{
    font-size:48px;
    font-size:3rem;
  }
}

.component_list_module h1,.component_list_module h2,.component_list_module h3,.component_list_module h4,.component_list_module h5,.component_list_module h6{
  margin:0;
}

.component_list_module.-ordered ol{
  max-width:100%;
}

.fl-module-list_module.hide_intro_copy .component_list_module .safety-container .list-main .field_editor{
  display:none;
}
