/*
 * DO NOT EDIT THIS FILE.
 * Find the correct source file and do your changes there.
 * @preserve
 */
/**
 * We are using PostCSS Custom Media because we can not use custom properties inside @media.
 * For more information go to: https://www.npmjs.com/package/postcss-custom-media
 */
.block-chbc-pcc-feedback {
  background: url("../../../images/icons/comment-check--blue.svg") no-repeat
    center top;
  padding-top: 50px;
}
.block-chbc-pcc-feedback h2 {
    font-size: var(--fz-h4);
    margin: 0 0 0.5rem;
  }
.block-chbc-pcc-feedback a {
    color: var(--color-black-700);
  }
.block-chbc-pcc-feedback a:focus,
    .block-chbc-pcc-feedback a:hover {
      text-decoration: underline;
    }
@media (min-width: 900px) {
.block-chbc-pcc-feedback {
    background-position: left top;
    max-width: 250px;
}
  }

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