#breadcrumbs,
.printInfoPage,
#Joinus,
footer,
.scroll-icon {
	display: none;
}

.Info {
	padding-top: 60px;
}

@media print  
{
    div{
        page-break-inside: avoid;
    }
}

@page  { 
    /* this affects the margin in the printer settings */ 
    margin: 30mm 0;  
} 

.Info__title {
	margin-top: 25px;
}