/*Paragraph Box*/
.is-style-paragraph-box {
  padding: 1em;
  box-shadow: 2px 2px 4px #969e95;
}

/*List with checkmark */
.is-style-checkmark-list {
  list-style: none !important;
  padding-left: 0;
}

.is-style-checkmark-list li:before {
  content: '✔';
  padding-right: 0.5em;
  color: green;
}
/* Responsive Spacer */
.wp-block-spacer.is-style-responsive-large{
  height: 7vw !important;
  max-height: 7rem;
}
.wp-block-spacer.is-style-responsive-medium {
  height: 5vw !important;
  max-height: 5rem;
}
.wp-block-spacer.is-style-responsive-small {
  height: 3vw !important;
  max-height: 3rem;
}