﻿img#neutrum-figure {
  max-width: 650px;
  width: 100%;
  left: -15%;
}
.section-gestion-img {
  max-height: 550px;
}
.neutrum-img {
  height: fit-content !important;
}

.section-productos-responsables {
  height: 500px;
}

@media (max-width: 991px) {
  img#neutrum-figure {
      left: 0px;
  }
  .neutrum-img {
    width: 250px;
    margin-bottom: 15px;
  }
  .section-productos-responsables {
    height: 100%;
  }
  img#neutrum-figure {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {

  .section-gestion img {
    height: 300px;
  }
}