#content img {
  max-width: 100%;
  object-fit: contain;
  max-height: 24%;
  object-position: right;
}

#content {
  margin-bottom: 4em;
  margin-top: 35vh;
}

#img2,
#img5 {
  object-position: center 35%;
}

#img3,
#img6 {
  object-position: center 65%;
}

#img7 {
  object-position: center bottom;
}



@media (max-width: 767px) {
  .mb-5 {
    margin-bottom: 0 !important;
  }

  #content img {
    max-width: 37vw;
  }
}

@media (max-width: 576px) {
  #content {
    margin-top: 15vh !important;
  }
  .d-sm-flex,
  #picture {
    display: none !important;
  }

  #content img {
    object-position: left;
  }
}
