.container {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
  margin-top: 40px;
}

.column {
  flex: 100%;
}

.column picture {
  width: 100%;
  height: fit-content;
}

.column picture img {
  height: auto;
  min-height: 0;
  width: 100%;
  object-fit: contain;
}

.photo {
  margin-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 1000px) {
  .container {
    margin-top: 0;
  }

  .column {
    flex: 50%;
  }
}
