.custom-trophy-project {
  display: grid;
  grid-template-columns: .74fr 1.26fr;
  gap: clamp(42px, 7vw, 95px);
  align-items: center;
  margin-top: 95px;
  padding: 95px 0;
  border-top: 1px solid var(--line);
}

.custom-trophy-project p:not(.eyebrow) {
  max-width: 390px;
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.custom-trophy-gallery {
  display: grid;
  grid-template-columns: 1.28fr .72fr;
  gap: 16px;
}

.custom-trophy-gallery figure {
  margin: 0;
  background: var(--soft);
}

.custom-trophy-gallery img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.custom-trophy-gallery figcaption {
  padding: 12px 15px;
  color: var(--muted);
  font-size: .7rem;
  line-height: 1.4;
}

@media (max-width: 800px) {
  .custom-trophy-project {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 75px;
    padding: 75px 0;
  }
}

@media (max-width: 500px) {
  .custom-trophy-gallery {
    grid-template-columns: 1fr;
  }

  .custom-trophy-gallery img {
    height: 320px;
  }
}
