/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/title-block/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.
 */
.title-block {
  background-color: #F4F6F6;
  overflow-x: hidden;
  padding-left: 7%;
  padding-right: 7%;
  padding-bottom: 36px;
}
@media (min-width: 800px) {
  .title-block {
    padding-bottom: 72px;
  }
}
.title-block .page-title-container {
  padding-top: 20px;
}
@media (min-width: 800px) {
  .title-block .page-title-container {
    padding-top: 40px;
  }
}
.title-block .page-title-container .title-wrapper {
  text-align: center;
  max-width: 1074px;
  margin-left: auto;
  margin-right: auto;
}
.title-block .page-title-container .title-wrapper h1 {
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
}
.title-block .page-title-container .title-wrapper hr {
  border-top: 2px solid #FA4616;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
}
.title-block .page-title-container .title-wrapper p {
  line-height: 30px;
  text-align: center;
  color: #000;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .title-block .page-title-container .title-wrapper p {
    font-size: 24px;
    margin-top: 50px;
  }
}

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