body {
  background-color: var(--deep-black);
}

aside {
  padding-top: 5rem;
  border-right: 1px solid var(--cream);
  border-bottom: 1px solid var(--cream);
  margin-bottom: 1rem;
  align-content: start;
}

aside .rounded-date {
  justify-self: start;
  align-self: start;
  padding: 1rem 2rem;
}

main {
  border-bottom: 1px solid var(--cream);
  margin-bottom: 1rem;
  color: var(--cream);
}

main > section {
  padding: 5rem calc(100vw / 36) 1rem;
}

.about-intro {
  padding: 5rem calc(100vw / 36) 1rem;
}

.what-we-stand .heading-3 {
  color: inherit;
}

.what-we-stand .developments {
  margin-left: 0;
  padding-left: 0;
}

.what-we-stand .developments li {
  border-left: 3px solid white;
  padding-left: 2rem;
}

.what-we-stand .developments li:first-child {
  padding-top: 0;
}

.what-we-stand .developments li:last-child {
  border-left: 3px solid white;
}

.what-we-stand .developments li:last-child::after {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  top: 10px;
  width: 3px;
  height: calc(100% - 10px);
  background-color: var(--deep-black);
  z-index: 2;
}

.what-we-stand .developments li::before {
  left: -10px;
  z-index: 3;
}

.what-we-stand .developments li:not(:last-child):not(:first-child)::before {
  top: -8px;
}

.what-we-stand .developments li:first-child::before {
  top: 0;
}

.what-we-stand .developments li:last-child::before {
  top: -10px;
}

.what-we-stand .developments p {
  margin: 0;
}

main .related-articles .heading-3 {
  color: var(--cream);
}

main .related-articles .action-call {
  color: var(--deep-yellow);
}

@media(max-width: 768px) {
  aside,
  main {
    border: none;
  }
  aside {
    border-bottom: 1px solid var(--cream);
  }
  main > section,
  .about-intro {
    padding: 3rem 0 1rem;
  }
}
