/* Background color removed - was applying to all pages */

.responsive-project {
  margin-bottom: 2rem;
}

.responsive-project .image-wrapper {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  width: 200px;
}

.responsive-project .image-wrapper img {
  width: 100%;
  display: block;
}

.responsive-project .image-wrapper p {
  margin-top: 0.3rem;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .responsive-project .image-wrapper {
    float: none;
    margin: 0 auto 1rem auto;
  }
}
