/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
/* VARIABLES */
/* VARIABLES */
[data-type="sh/insights-hub"] {
  color: white;
}

[data-type="sh/insights-hub"] > div {
  background-size: cover;
  background-position: center;
}

[data-type="sh/insights-hub"] section {
  padding: 45px 55px;
}

[data-type="sh/insights-hub"] section h2 {
  letter-spacing: -0.97px;
  line-height: 80px;
  font-weight: 700;
}

@media (max-width: 768px) {
  [data-type="sh/insights-hub"] section h2 {
    line-height: 48px !important;
  }
}

@media (max-width: 768px) {
  [data-type="sh/insights-hub"] section p {
    font-size: 13px;
    line-height: 18px;
  }
}

[data-type="sh/insights-hub"] section .wp-block-button {
  text-align: center;
}

@media (max-width: 768px) {
  [data-type="sh/insights-hub"] section .wp-block-button a {
    font-size: 19px;
  }
}

[data-type="sh/insights-hub"] section .image-feature {
  margin-bottom: 20px;
}

[data-type="sh/insights-hub"] section .wp-block-group {
  margin-top: 30px !important;
  justify-content: center;
}

/*# sourceMappingURL=insights-hub.css.map */