/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/blocks/pic-text.scss ***!
  \******************************************************************************************************************************************************************************************/
.pic-text {
  padding: 220px 0 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 37px rgba(255, 255, 255, 0.4);
  position: relative;
  margin-bottom: 40px;
  filter: grayscale(0.4);
}
@media screen and (max-width: 767px) {
  .pic-text {
    background-position: top;
    background-size: contain;
    padding: 0;
    margin-bottom: 0;
    background-image: unset !important;
    filter: unset;
  }
}
.pic-text .image-container {
  display: none;
}
@media screen and (max-width: 767px) {
  .pic-text .image-container {
    display: block;
    position: relative;
  }
  .pic-text .image-container img {
    border-radius: 0px 0px 8px 8px;
    display: block;
    height: 188px;
    -o-object-fit: cover;
       object-fit: cover;
    filter: grayscale(0.4);
    margin-bottom: 14px;
  }
  .pic-text .image-container .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.24);
    filter: blur(8px);
    border-radius: 0px 0px 8px 8px;
  }
}
.pic-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 450px) {
  .pic-text::before {
    display: none;
  }
}
.pic-text h1 {
  padding: 0 0 24px;
  position: relative;
  z-index: 1;
  color: #FAFAFA;
}
@media screen and (max-width: 450px) {
  .pic-text h1 {
    padding: 0;
    color: #000000;
    line-height: normal;
    margin: 0 0 10px;
  }
}
.pic-text p {
  position: relative;
  z-index: 1;
  color: #FAFAFA;
}
@media screen and (max-width: 450px) {
  .pic-text p {
    color: #000000;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.029px;
  }
}
.pic-text .breadcrumbs {
  display: none;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 450px) {
  .pic-text .breadcrumbs {
    display: block;
  }
}
