.region-bellow-footer {
  background-color: var(--primary-color-8);
  color: white;
  font-size: var(--font-size-sm);
  font-weight: 300;
  padding: 0.5rem 0;
}

.region-bellow-footer > div {
  width: var(--content-max-width);
  margin-left: auto;
  margin-right: auto;
}

.region-bellow-footer::before {
  content: '';
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: var(--primary-color-8) transparent transparent transparent;
  transform: rotate(180deg);
}