.instruction-img-container {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
}

.img-items {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 32%;
  border-radius: 3px;
  overflow: hidden;
}
	
.img-items:nth-child(1) {
margin: 0;
}

.img-items:nth-child(2) {
margin: 0 1.2% 0 1.2%;
}

.img-items:nth-child(3) {
margin: 0;
}