.indiv-block-icon {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .indiv-block-icon {
    justify-content: var(--position);
  }
}

.icon-shape {
  position: relative;
  width: 120px;
  height: auto;
}
.icon-shape svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: var(--theme-color);
}
.icon-shape img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: auto;
  transform: translate(-50%, -50%);
}