.block-grid-cards .effect-card-wrapper {
  display: flex;
  justify-content: flex-start;
}
.block-grid-cards .effect-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: var(--color-secondary-clear);
  overflow: hidden;
}
.block-grid-cards .effect-card img {
  max-width: 60%;
  max-height: 60%;
}