/**
* Block Name: divider
*/

section.divider hr {
  border-top-width: 2px;
  border-top-color: var(--black);
  opacity: 1;
}
