﻿.content-photos {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 16px 0 24px;
}

.content-photos img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.content-photos .photo {
  flex: 1 1 280px;
  max-width: 520px;
}

