.definition p {
  font-size: 1.735rem;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 2;
  margin: 0 auto;
  max-width: 900px;
  padding: 0 4.735vw;
  text-align: center;
  text-indent: 0;
}

.definition span:first-of-type{
  font-weight: 600;
}

.definition span:last-of-type{
  opacity: .65;
  font-weight: 400;
}

nav .active,
nav .active:hover {
  background-color: white !important;
  color: rgb(35, 35, 35) !important;
  font-weight: 660;
}

@media only screen and (max-width: 1200px) {
  .sub.about .content .about-heading {
    justify-content: center;
    text-align: center;
  }
}
