/* PALDO IS - introduction */
#introduction .introdution dl{ display: flex; flex-direction: column; }
#introduction .introdution dl dd:not(:last-of-type){ margin-bottom: 5px; }

@media screen and (max-width: 1200px){
	#introduction .ci br{ display: none; }
}


/* PALDO IS - Production Facilities */
@media screen and (max-width: 1450px){
	#facilities br{ display: none; }
}