/* Expertise proof photography: replaces internal review placeholders with real project evidence. */
.expertise-proof-photo.expertise-proof-photo--real {
  border: 1px solid rgba(49, 35, 27, 0.18);
  background: #f5f1ea;
  color: inherit;
  overflow: hidden;
}
.expertise-proof-photo.expertise-proof-photo--real > img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid rgba(49, 35, 27, 0.18);
}
.expertise-proof-photo.expertise-proof-photo--real figcaption {
  min-height: 160px;
}
@media (max-width: 720px) {
  .expertise-proof-photo.expertise-proof-photo--real > img {
    height: 260px;
  }
}
