.noe1, .noe2 {
  img{
    width: 100%;
    height: auto;
  }

}

.noe1 {
  img {
    max-width: 140px;
  }
}

.noe2 {
  img {
    max-width: 200px;
  }
}
