/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/community/community-hero/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-community-hero-community-hero {
  background-color: var(--cp-blue-secondary);
  color: var(--cp-white);
  padding: var(--spacing-2x);
}

.community-hero {
  position: relative;
  background-color: var(--cp-dark-blue);
  overflow: hidden;
  padding: 180px var(--spacing-6x, 24px) 0 var(--spacing-6x, 24px);
}
@media only screen and (max-width: 1023px) {
  .community-hero {
    padding: 100px var(--spacing-6x, 24px) 0 var(--spacing-6x, 24px);
  }
}
.community-hero--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.community-hero--left {
  width: 56%;
  padding: var(--spacing-12x) var(--spacing-4x) var(--spacing-12x) 0;
}
@media only screen and (max-width: 1023px) {
  .community-hero--left {
    width: 100%;
    padding: 0 0 var(--spacing-12x) 0;
  }
}
.community-hero--left h1 {
  max-width: 410px;
  margin-bottom: var(--spacing-2x);
}
.community-hero--left p {
  font-size: var(--p-normal);
  line-height: var(--p-line-height);
  font-weight: var(--p-weight);
  font-family: var(--header-font);
}
.community-hero--right {
  width: 44%;
}
@media only screen and (max-width: 1023px) {
  .community-hero--right {
    width: 100%;
  }
}
.community-hero--right picture {
  display: block;
}
.community-hero--right picture img {
  max-width: 100%;
  display: block;
  margin-bottom: -50px;
  margin-top: -50px;
}
@media only screen and (max-width: 1023px) {
  .community-hero--right picture img {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1023px) {
  .community-hero--right picture img {
    max-width: 350px;
  }
}

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