body:not(.wp-core-ui) .section-icon,
html:not(.wp-toolbar) .section-icon,
.acf-block-preview .section-icon {
  padding-bottom: 80px;
}
body:not(.wp-core-ui) .section-icon .wrapper,
html:not(.wp-toolbar) .section-icon .wrapper,
.acf-block-preview .section-icon .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  padding: 30px;
}
body:not(.wp-core-ui) .section-icon .wrapper .box,
html:not(.wp-toolbar) .section-icon .wrapper .box,
.acf-block-preview .section-icon .wrapper .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 220px;
  gap: 10px;
}
body:not(.wp-core-ui) .section-icon .wrapper .box svg,
html:not(.wp-toolbar) .section-icon .wrapper .box svg,
.acf-block-preview .section-icon .wrapper .box svg {
  height: 100px;
  width: auto;
  margin-bottom: 20px;
}
body:not(.wp-core-ui) .section-icon .wrapper .box svg path,
html:not(.wp-toolbar) .section-icon .wrapper .box svg path,
.acf-block-preview .section-icon .wrapper .box svg path {
  fill: var(--secondary);
  stroke: var(--secondary) !important;
}
body:not(.wp-core-ui) .section-icon .wrapper .box .heading-4,
html:not(.wp-toolbar) .section-icon .wrapper .box .heading-4,
.acf-block-preview .section-icon .wrapper .box .heading-4 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
body:not(.wp-core-ui) .section-icon .wrapper .box p,
html:not(.wp-toolbar) .section-icon .wrapper .box p,
.acf-block-preview .section-icon .wrapper .box p {
  font-size: 12px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */