.svg-draw-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svg-draw-holder {
  width: 100%;
  max-width: 380px;
  line-height: 0;
}

.svg-draw-holder svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}