/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/title-text/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/*$h5-font-size:                $font-size-base * 1.25;*/
/*
@mixin project-title-bg-sm() {
    background-image: repeating-linear-gradient(60deg, transparent, transparent 4px, #ccc 5px, #ccc 5px);
    color: $primary;
    padding-left: $spacer * 1.25;
    padding-right: $spacer * 1.25;
    line-height: $line-height-sm;
}



@mixin project-title-bg-lg() {
    background-image: repeating-linear-gradient(60deg, transparent, transparent 8px, #ccc 10px, #ccc 10px);
    color: $primary;
}
*/
:root {
  --bs-container-half: 100%;
}
@media (min-width: 992px) {
  :root {
    --bs-container-half: calc(960px * 0.5);
  }
}
@media (min-width: 1200px) {
  :root {
    --bs-container-half: calc(1140px * 0.5);
  }
}
@media (min-width: 1600px) {
  :root {
    --bs-container-half: calc(1520px * 0.5);
  }
}

.sec-title-text {
  padding-bottom: 2rem;
  padding-top: 2.5rem;
}
.sec-title-text .item-title-pre {
  font-size: calc(1.2625rem + 0.15vw);
  color: #1e1e1e;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin-bottom: 0.625rem;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .sec-title-text .item-title-pre {
    font-size: 1.375rem;
  }
}
.sec-title-text .item-title-pre-wrapper + * {
  margin-top: 1.5rem;
}
.sec-title-text .item-title-raw {
  color: #fb5b57;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.sec-title-text .icon-xl {
  color: #fb5b57;
  flex-shrink: 0;
  margin-top: 0.5rem;
}
.sec-title-text .item-link {
  margin-top: 2rem;
}
.sec-title-text .item-link.btn .icon {
  margin-left: 0.75rem;
}
.sec-title-text ul + .text-end .item-link,
.sec-title-text ul + .text-start .item-link {
  margin-top: 0;
  margin-bottom: 2rem;
}
.sec-title-text .col-lg-6:nth-child(2) {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .sec-title-text .col-lg-6:nth-child(2) {
    padding-top: 0;
  }
}
@media (min-width: 1600px) {
  .sec-title-text .col-lg-6:nth-child(2) {
    padding-right: 10.75rem;
  }
}
.sec-title-text a:not([class]):hover, .sec-title-text a:not([class]):focus {
  color: #6e6e6e;
}
.sec-title-text .info-box {
  background-color: #e1f3f0;
  color: #191919;
  margin-top: 4rem;
  padding: 1.5rem 2rem;
}
@media (min-width: 1600px) {
  .sec-title-text .info-box {
    padding: 4rem 3rem;
  }
}
.sec-title-text .info-box .icon-xl {
  margin-left: auto;
  margin-right: auto;
}
.sec-title-text .info-box > .d-flex.align-items-center + .link-el {
  margin-top: 2rem;
}
.sec-title-text .info-box .link-el {
  margin-left: 4rem;
}
@media (min-width: 768px) {
  .sec-title-text .info-box .link-el {
    margin-left: 6rem;
  }
}
.sec-title-text .icon-wrapper {
  flex-shrink: 0;
  text-align: center;
  width: 4rem;
}
@media (min-width: 768px) {
  .sec-title-text .icon-wrapper {
    width: 6rem;
  }
}
.sec-title-text .item-info-text {
  font-size: 1.25rem;
  font-weight: 500;
}
.sec-title-text .link-el:not(:last-child) {
  margin-bottom: 0.5rem;
}

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