.introduction-section .img-wrapper {
  text-align: left;
}
.introduction-section .img-wrapper img {
  max-width: 468px;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .introduction-section .img-wrapper {
    text-align: right;
  }
}