.resume-content > section > .eyebrow {
  margin-bottom: 20px;
}

.resume-grid {
  grid-template-columns: 1fr;
}

.resume-content {
  width: 100%;
}

.resume-skills .resume-row h2 {
  font-size: clamp(25px, 2.5vw, 38px);
}

.resume-ventures h2 a {
  transition: opacity 0.25s;
}

.resume-ventures h2 a:hover {
  opacity: 0.5;
}
