.about-right img {
  width: 400px;
}

.about-left {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-left h1 {
  margin-top: 0;
}

.about-left ul {
  padding-left: 0;
  margin-top: 0;
  list-style-type: none;
  line-height: 130%;
}

.about-left h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.about-left p {
  margin-top: 0;
}

.about-left a:hover {
  text-decoration: underline;
}

#portfolio {
  flex-direction: column;
}

.projects-container h1 {
  margin-top: 0;
  width: var(--page-width);
}

@media (width <= 950px) {
  .about-wrapper {
    flex-direction: column-reverse;
  }
  .about-right img {
    width: 100%;
  }
}