/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/page-hero/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
/* Responsive Queries
========================================================= */
/* Media Breakpoints
========================================================= */
/* Between Breakpoints
========================================================= */
/* Color VARs
========================================================= */
/* Color VARs (values defined in theme.json)
========================================================= */
/* Fonts (fonts defined in theme.json)
========================================================= */
/* EM to PX
========================================================= */
/* REM to PX
========================================================= */
/* BG Image
========================================================= */
/* Padding - Global Rows
========================================================= */
/* Global Transition ( property, duration, easing )
========================================================= */
/* Font Awesome 5 ( needs content specified )
========================================================= */
/* Additional Helper Mixins
========================================================= */
/* Shadow Borders
========================================================= */
/* Button ( color, background, border )
========================================================= */
/* Checkboxes
========================================================= */
/* Lists
========================================================= */
/* Headers and Presets
========================================================= */
.ct-block.page-hero {
  color: #fff;
  position: relative;
  background-color: black;
}
@media only screen and (min-width: 768px) {
  .ct-block.page-hero {
    background: url(../images/bg-texture.6758d5f9.png) top right/contain no-repeat black;
  }
}
.ct-block.page-hero .container {
  padding: 100px 15px 100px 15px;
}
@media only screen and (min-width: 768px) {
  .ct-block.page-hero .container {
    min-height: 375px;
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .ct-block.page-hero .container {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .ct-block.page-hero.no-image .page-hero-image {
    display: none;
  }
}
.ct-block .page-hero-content {
  justify-self: flex-end;
}
@media only screen and (min-width: 768px) {
  .ct-block .page-hero-content {
    flex: 0 1 60%;
  }
}
.ct-block .page-hero-content p {
  font-size: 1.25rem;
  line-height: 145%;
}
.ct-block .page-hero-content p:last-child {
  margin-bottom: 0;
}
.ct-block .page-hero-content a:not(:hover) {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .ct-block .page-hero-image {
    flex: 0 1 50%;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .ct-block .page-hero-image {
    background-color: var(--wp--preset--color--teal);
  }
}
.ct-block .page-hero-image img {
  display: block;
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .ct-block .page-hero-content, .ct-block .page-hero-image {
    padding: 40px 20px;
  }
}

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