@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
 * ---------------------------------------------------------- */
section.block__info-section .block__info-section__dot {
  width: 8rem;
  height: 8rem;
}
@media (max-width: 767.98px) {
  section.block__info-section .block__info-section__dot {
    width: 4rem;
    height: 4rem;
  }
}
section.block__info-section .block__info-section__title {
  font-size: clamp(3rem, 10vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.03em;
}
section.block__info-section .block__info-section__text,
section.block__info-section .block__info-section__small-text {
  letter-spacing: -0.03em;
}
section.block__info-section .block__info-section__text p:last-child,
section.block__info-section .block__info-section__small-text p:last-child {
  margin-bottom: 0;
}