/* Appeal page */
.appeals-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 36px;
}
.appeals-gallery-item {
  width: 100%;
  max-width: 720px;
  border-radius: var(--radius);
  overflow: hidden;
}
.appeals-gallery-item img { width: 100%; height: auto; display: block; }
.appeals-text {
  font-size: 16px;
  line-height: 1.7;
  color: var(--clr-text);
}
.appeals-text p { font-size: 16px; margin-bottom: 12px; }
