@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
 * ---------------------------------------------------------- */
@media (min-width: 992px) {
  .block__hero-columns {
    height: 600px;
  }
}
.block__hero-columns .wrap-img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .block__hero-columns .wrap-img {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
.block__hero-columns .wrap-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}