#img-curriculum {
  width: auto;
}

@media (max-width: 992px) {
  #img-curriculum {
    width: 100%;
  }
}

#information img {
  width: 100%;
  max-width: 960px;
}

