@charset "UTF-8";

.voice__img-square {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  transition: filter 0.5s;
  aspect-ratio: 1 / 1;
}