/*
  DIVIDER SECTION STYLES
  =======================
  Just a horizontal line, with some background color and padding around it.
  Simplest section on the whole homepage.
*/

.divider-section {
  background-color: #372345d1; /* same confirmed color as the marquee */
  padding: 16px 0;
  width: 100%;
}

.divider-section__line {
  border: none; /* removes the browser's default <hr> styling so we can set our own */
  border-top: 1px solid #ffffff;
  width: 100%;
  margin: 0;
}
