/**
 * Bootstrap customised
 *
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 */
.block__hero-2 {
  overflow: hidden;
  padding-bottom: 3rem;
  position: relative;
}
.block__hero-2 .btn {
  z-index: 1000;
}
@media (min-width: 992px) {
  .block__hero-2 {
    padding-bottom: 10rem;
  }
}
.block__hero-2 .hero {
  padding-top: 7%;
}
@media (max-width: 767.98px) {
  .block__hero-2 .text {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .block__hero-2 .two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .block__hero-2 .title_2 {
    margin: 0 25% 5% 25%;
  }
}
.block__hero-2::after {
  content: url("../img/hero-stickers-sx.png");
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-27%, 25%) scale(0.5);
}
@media (max-width: 1300px) {
  .block__hero-2::after {
    display: none;
  }
}
@media (min-width: 1700px) {
  .block__hero-2::after {
    content: url("../img/hero-stickers-sx-xxxl.png");
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0%, 0%) scale(1);
  }
}
.block__hero-2.hero-active::after {
  content: url("../img/texture-paper-rosmarino.png");
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0%, 0%) scale(1);
}
@media (max-width: 1300px) {
  .block__hero-2.hero-active::after {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .block__hero-2.hero-active::after {
    display: none;
  }
}
@media (min-width: 1700px) {
  .block__hero-2.hero-active::after {
    content: url("../img/texture-paper-rosmarino-xl.png");
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0%, 0%) scale(1);
  }
}
.block__hero-2::before {
  content: url("../img/hero-stickers-dx.png");
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(25%, 25%) scale(0.5);
}
@media (max-width: 1199.98px) {
  .block__hero-2::before {
    right: -10vw;
  }
}
@media (max-width: 991.98px) {
  .block__hero-2::before {
    display: none;
  }
}