.body {
  background-color: #000;
}

.div-block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  color: #8e96b9;
  font-family: Georgia, Times, Times New Roman, serif;
}

.div-block-2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  margin-top: 91px;
  padding-right: 0;
}

.paragraph {
  color: #8d8080;
}

.text-span {
  color: #554d4d;
  font-size: 28px;
  font-style: italic;
}

.text-span-2, .text-span-3 {
  color: #e2d6d6;
  font-weight: 700;
}

.column-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.link {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-decoration: none;
}

.column-3, .column-4 {
  text-align: center;
}

.columns {
  max-width: 490px;
  outline-offset: 0px;
  border-top: 1px solid #e2d6d6;
  border-radius: 0;
  outline: 3px #333;
  margin-top: 25px;
  padding-top: 9px;
}

.heading-2, .heading-3 {
  color: #e2d6d6;
  font-family: Georgia, Times, Times New Roman, serif;
}

.list-item, .list-item-2, .paragraph-2 {
  color: #e2d6d6;
}

.heading-4 {
  outline-offset: 0px;
  color: #8e96b9;
  text-align: center;
  border-top: 2px solid #e2d6d6;
  outline: 3px #e2d6d6;
  padding-top: 14px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .column {
    margin-top: -47px;
  }
}
