._icon_pgc7p_1 {
  background: var(--info);
  display: block;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
}
._icon_pgc7p_1:hover {
  background: var(--infoHover);
}
._icon_pgc7p_1 img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
