
.paragraph--type--text.absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #0d0d0d;
  transform: translate(-50%,-50%);
  width: 440px;
  padding: 60px;
  z-index: 4;
  max-width: 90%;
}

.light p, .light h2, .light h1, .light h3, .light li {
  color: #FFF;
}

.links p { margin-bottom: 25px; }

@media only screen and (min-width: 0px) and (max-width: 800px) {
.text-align-right{
  text-align: left;
}
}
