.imgs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 1rem;
  gap: 4px;
}
.imgs img {
  border: 1px solid transparent;
  transition: all 0.5s;
}
.imgs img:hover {
  border: 1px solid #743FA0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1019607843);
}

@media (max-width: 767px) {
  .imgs {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */
