.centered-icon {
    position: relative;
    width: 18px;
    height: 100%;
    margin: 0 19px;
  }
.centered-icon img {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
  }