.small-image-wrapper {
  margin-top: 34px;
  margin-bottom: 40px;
}

.small-image {
  display: flex;
}

.small-image img {
  max-width: 413px;
}

.small-image--left {
  justify-content: flex-start;
}

.small-image--center {
  justify-content: center;
}

.small-image--right {
  justify-content: flex-end;
}
