/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./app/Blocks/TextAndImageBackgroundBlock/src/sass/text-and-image-background-block.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
.text-and-image-background-block {
  padding: 2em 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  background: #D94567;
}
@media (max-width: 767px) {
  .text-and-image-background-block {
    display: block !important;
  }
}
.text-and-image-background-block .wp-block-group {
  padding: 0;
  margin: 0 !important;
}
.text-and-image-background-block .wp-block-image.size-full {
  border-radius: 0 !important;
}
.text-and-image-background-block h2, .text-and-image-background-block p {
  color: #fff;
  max-width: 100% !important;
  padding-bottom: 1em;
  font-weight: normal;
}
.text-and-image-background-block h2 {
  font-family: var(--heading--font-family);
  width: 100%;
  color: #fff;
}
.text-and-image-background-block p {
  margin-bottom: 20px;
  font-family: var(--entry-content--font-family);
  width: 100%;
  color: #fff !important;
}
.text-and-image-background-block .col_faqs_content {
  align-items: flex-start;
  justify-content: left;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 3em 0;
  order: unset;
  margin: auto;
}
.text-and-image-background-block .wp-block-columns.col_faqs.colfq_right .col_faqs_content > * {
  margin-left: 0;
}

.padding-top-columns {
  padding-top: 4em;
  padding-bottom: 4em;
}

.double_classes {
  width: 50%;
  margin: auto;
  justify-content: center;
  display: flex;
}
@media (max-width: 999px) {
  .double_classes {
    width: 100%;
    flex-direction: column;
  }
}
.double_classes .wp-block-columns {
  width: 70%;
}
@media (max-width: 999px) {
  .double_classes .wp-block-columns {
    width: 90%;
  }
}

.full_width:not(.double_classes) {
  width: auto;
  margin: auto;
  justify-content: center;
  display: flex;
}
@media (max-width: 999px) {
  .full_width:not(.double_classes) {
    width: 100%;
    flex-direction: column;
  }
}

.full_width:not(.double_classes) .wp-block-columns {
  width: 70%;
}
@media (max-width: 999px) {
  .full_width:not(.double_classes) .wp-block-columns {
    width: 90%;
  }
}

.full_width:not(.double_classes) .wp-block-column:nth-child(1) {
  display: none;
}

/*# sourceMappingURL=text-and-image-background-block.css.map*/