body {
  background-color: #7aa16c;
}

.box-pictures {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-picture {
  background-color: #ffffff;
  padding: 48px 48px 64px;
  margin: 24px;

  @media (max-width: 768px) {
    padding: 32px 32px 48px;
  }
}

img {
  width: auto;
  height: auto;
  max-height: 500px;
  max-width: 100%;
  object-fit: contain;
}
