.project-outcome {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 80px 100px;
}

.project-outcome-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
}

.project-outcome-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-outcome-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.project-outcome-quote {
  margin: 0;
  max-width: 640px;
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(13, 13, 13, 0.4);
}

.project-outcome-link {
  flex-shrink: 0;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-accent);
}

@media (max-width: 900px) {
  .project-outcome {
    padding: 0 24px 60px;
  }

  .project-outcome-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 600px) {
  .project-outcome-footer { align-items: center; text-align: center; }
}
