/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/styles/style.scss ***!
  \************************************************************************************************************************************************************************/
img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

.basic-container:first-child {
  margin-top: 170px !important;
}
@media screen and (max-width: 1024px) {
  .basic-container:first-child {
    margin-top: 120px !important;
  }
}

.wp-block-image {
  background-color: var(--wp--preset--color--bg-light);
  padding: var(--wp--preset--spacing--small);
  border-radius: 12px;
}
.wp-block-image img {
  border-radius: 12px;
}

* {
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: clamp(24px, 5vw, 48px);
}

/*# sourceMappingURL=style.css.map*/