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

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

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

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

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

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

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

.what-we-stand .developments li {
  border-left: 3px solid var(--black);
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.what-we-stand .developments li:last-child {
  padding-bottom: 0;
}

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

.what-we-stand .developments li:last-child {
  border-left: 3px solid var(--black);
}

.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-cream);
  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 h3,
.what-we-stand .developments p {
  margin: 0;
}
.what-we-stand .developments h3 {
  margin-bottom: 1em;
}

.plan-selector {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.join {
  display: inline-block;
  text-transform: uppercase;
  padding: 1em;
  border-radius: 32px;
  text-decoration: none;
  background-color: var(--deep-black);
  color: var(--white);
}

.plan-selector li {
  margin: 1rem 0;
  width: calc(calc(100% - calc(100vw / 72)) / 2);
  padding: calc(100vw / 36);
  border-radius: 16px;
  border: 1px solid var(--deep-black);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.plan-selector p {
  border-top: 4px solid var(--deep-black);
  padding-top: 1em;
  flex-grow: 999;
}

.plan-selector button {
  align-self: center;
}

@media(max-width: 768px) {
  aside, main { border: none; }
  aside {
    padding: 7rem 0 1rem;
    border-bottom: 1px solid var(--deep-black);
  }

  main > section,
  section.about-intro {
    padding: 3rem 0 1rem;
  }

  .plan-selector { flex-wrap: wrap; }
  .plan-selector li {
    width: 100%;
  }
}
@media(min-width: 769px) {
  .related-articles {
    grid-row-gap: 2em;
  }
  .related-articles .heading-3 {
    margin-bottom: 0;
  }
}
