:root {
	--stylecolor: #2FB4E9;
	--logourl: url("./images/elemente/logo_piancavallo.svg");
	--print-icon-url: url("./images/print_piancavallo.svg");
	--footer-url: url("./images/elemente/mtn_piancavallo.png");
}

@media (min-width: 768px) {

.mb-1:nth-of-type(2) {
      break-before: column; 
  }
}

@media print {
  
  .mb-1:nth-of-type(2) {
      break-before: auto;
      margin-top: 50px;  
  }
}