.vojta-box {
  display: block;
  background: #915C9E;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  border: 2px solid #915C9E;
  border-radius: 6px;
  padding: 7px 12px;
  margin: 0 0 18px;
  line-height: 1.2;
  box-sizing: border-box;
}

.vojta-offset {
  margin-top: 16px !important;
}