/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/product-line-hero/_product-line-hero-styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.block-product-line-hero {
  display: block;
  position: relative;
  padding-top: 50px;
}
.block-product-line-hero:last-child {
  margin-bottom: 80px;
}
.block-product-line-hero img {
  border-radius: 16px;
}
@media (max-width: 991.98px) {
  .block-product-line-hero > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .block-product-line-hero > .container {
    max-width: 95%;
  }
}
@media (max-width: 1199.98px) {
  .block-product-line-hero {
    padding-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .block-product-line-hero {
    padding-top: 0;
  }
  .block-product-line-hero > .container {
    padding-left: 0;
    padding-right: 0;
  }
  .block-product-line-hero img {
    border-radius: 0px 0px 15px 15px;
  }
}
@media (max-width: 767.98px) {
  .block-product-line-hero {
    padding-top: 0;
  }
  .block-product-line-hero .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.block-product-line-hero .image-desktop {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .block-product-line-hero .image-desktop {
    display: none;
  }
}
.block-product-line-hero .image-mobile {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .block-product-line-hero .image-mobile {
    display: block;
  }
}
