.divider-container {
  left: 0;
  position: absolute;
  width: 100%;
  border-bottom: 0px solid #C42517;
  opacity: 1;
  transform: scale(1, 1);
}

.divider {
  background-image: url('./images/divider.svg');
  background-size: 481px 100%;
  border-color: #C42517;
  bottom: 0;
  filter: none;
  background-repeat: repeat-x;
  border-bottom-style: solid;
  height: 20px;
  opacity: 1;
}
