.mk-divider-shape {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

.mk-divider-shape .line {
  position: relative;
  flex: 1;

  margin: 0 12px!important;
}

.mk-divider-shape .line.left {
  /*background: linear-gradient(to left, #ccc 0%, transparent 100%);
  border-top-left-radius: 50% 100%;
  border-bottom-left-radius: 50% 100%;*/
}

.mk-divider-shape .line.right {
  /*background: linear-gradient(to right, #ccc 0%, transparent 100%);
  border-top-right-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;*/
}

.mk-divider-shape .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px!important;
  height: 46px;
  border-radius: 50%;
}

.mk-divider-shape .icon img {
  width: 46px!important;
  height: 46px!important;
}