#key-version2 img {
  width: 100%;
  vertical-align: middle;
  object-fit: contain;
}

#target .row:nth-of-type(even) {
  flex-direction: row-reverse;
}

#target .row:nth-of-type(even) .col:first-child::before {
  right: -8rem;
  bottom: 1rem;
}

#target .row:nth-of-type(even) .col:last-child::before {
  left: -10rem;
  top: 1rem;
}

#target .row:nth-of-type(even) .col:first-child::after {
  right: -8rem;
  bottom: -2rem;
}

#target .row:nth-of-type(even) .col:last-child::after {
  left: -18rem;
  top: -1.5rem;
}

@media screen and (max-width: 768px) {
  #key-version2 img {
    transform: translateY(6px);
  }
}

@media screen and (max-width: 375px) {
  #key-version2 img {
    height: 175px;
    object-fit: cover;
    transform: translate(-11%, -27px);
    margin-bottom: -2rem;
  }
}