@use "sass:math";
/* media query mixin */
/* get rid of list formatting */
/* prevent long links from breaking out of container */
/* creates a colored circle with an icon in the middle */
/* formats the placeholder text within an input field */
.divider-block {
  display: block;
  border-top: 1px solid #d9d9d9; }
  .divider-block--top-50 {
    margin-top: 3.125rem; }
  .divider-block--bottom-50 {
    margin-bottom: 3.125rem; }
  .divider-block--margin-50 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem; }

/*# sourceMappingURL=divider.css.map */
