/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/sass/themes/blocks/sections/titles.scss ***!
  \********************************************************************************************************************************************************************************/
/* - FONTS - */
/* [ END FONTS ] */
/* [VARIABLES] */
/* [ MEDIA QUERIES ] */
/* [MEDIA QUERIES REVERSE] */
/* - MEDIA QUERIES WP - */
/* [ END MEDIA QUERIES ] */
/* [ COLOR ] */
/* [ END COLOR ] */
.fx-section-title {
  margin-top: 6rem;
}
.fx-section-title__name, .fx-section-title__name > * {
  color: #306094;
  font-family: "Product Sans";
  line-height: 1em;
  font-weight: 700;
  font-size: 30px !important;
}
@media (min-width:768px) {
  .fx-section-title__name, .fx-section-title__name > * {
    font-size: 30px !important;
  }
}
@media (min-width:1200px) {
  .fx-section-title__name, .fx-section-title__name > * {
    font-size: 40px !important;
  }
}
.fx-section-title__subtitle {
  max-width: 560px;
  margin: 0 auto;
}
.fx-section-title__subtitle:after {
  content: "";
  display: block;
  background-color: #306094;
  width: 100px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  margin-bottom: -4px;
  margin-top: 8px;
}
.fx-section-title__subtitle, .fx-section-title__subtitle > * {
  font-family: "Gontserrat";
  font-weight: 500 !important;
  color: #666666;
  font-size: 17px !important;
  margin-top: 1.5rem;
  width: 100%;
}
.fx-section-title__subtitle--textcenter {
  text-align: center;
}
.fx-section-title__image {
  height: auto;
  max-width: 100%;
  margin-top: 0.5rem;
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.fx-section-title--no-image .fx-section-title__name {
  font-family: Montserrat;
  text-align: center;
  font-size: 40px !important;
  margin-bottom: 2rem;
  text-align: center;
}
.fx-section-title--no-image .fx-section-title__subtitle {
  color: #666;
  font-family: Gontserrat;
  font-size: 17px;
  font-weight: 500;
  margin: 0 auto;
  max-width: 700px;
}
.fx-section-title--no-image .fx-section-title__subtitle:after {
  content: none;
}

/*# sourceMappingURL=titles.min.css.map*/