@charset "UTF-8";
/**
 * Bootstrap 5.3 – Variabili SCSS di base
 * @see https://getbootstrap.com/docs/5.3/customize/sass/
 */
/* ----------------------------------------------------------
 * SPACING
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * COLOR SYSTEM
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BODY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TYPOGRAPHY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * LINK
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BUTTONS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BORDER RADIUS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * ACCORDION
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TABS
 * ---------------------------------------------------------- */
.block__text_image .wrap-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .block__text_image .wrap-image:before {
    width: 300px;
    height: 300px;
  }
}
.block__text_image .wrap-image img {
  border-radius: 0 0 12rem 0;
}
.block__text_image.bg-white .wrap-image:before, .block__text_image.bg-secondary .wrap-image:before {
  background-image: url(../img/vector-small-blue.svg);
}
.block__text_image.bg-green-light .wrap-image:before {
  background-image: url(../img/vector-small-green.svg);
}
.block__text_image.bg-red-light .wrap-image:before {
  background-image: url(../img/vector-small-red.svg);
}