.project-hero {
  background-image: linear-gradient(
      to right bottom,
      rgba(28, 29, 28, 0.8),
      rgba(28, 29, 28, 0.8)
    ),
    url("/images/portfolio/xyz-pf-001.jpg");
  height: 45vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.profile-image {
  width: 100%;
  height: 8rem;
}

.profile-desc {
  font-size: 0.8rem;
}

@media only screen and (min-width: 576px) {
  .gutter-sm-top {
    margin-top: 0;
  }
}
