.examples-of-work-container {
  .examples-of-work-title {
    font-size: 1.75rem;
    font-weight: 800;
    margin: 0;
    text-align: center;
    color: #000;
    line-height: normal;
  }

  .examples-of-work-images-container {
    padding: 2rem 0;
  }

  img {
    margin: 0 0.5rem;
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }
}
