@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
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * ASPECT RATIO
 * ---------------------------------------------------------- */
@media (min-width: 768px) {
  section.block__images-showcase .block__images-showcase__item--offset {
    margin-bottom: -15rem;
  }
}
section.block__images-showcase__dot {
  width: 40px;
  height: 40px;
  bottom: 0;
  left: 8%;
  transform: translateY(50%);
  background-color: #DD372A;
  z-index: 2;
}
section.block__images-showcase__single-item {
  width: 45%;
}