@media (max-width: 576px) {
  .masthead h1.page-title {
    font-size: 1.2rem;
  }
}
img.agical-heart {
  filter: invert(1);
  position: absolute;
  right: 1rem;
}
.projects-section .featured-text a svg {
  color: #000;
}
.projects-section .project-text a svg {
  color: #fff;
}
.projects-section img {
  object-fit: contain;
  height: 100%;
  padding: 3rem;
}
