/* Localised Fix - START */

/* Privacy Section - START */
.section-privacy {
	padding-bottom: 175px;
}

@media screen and (max-width: 1068px) {
	.section-privacy {
		padding-bottom: 125px;
	}
}

@media screen and (max-width: 734px) {
	.section-privacy {
		padding-bottom: 90px;
	}
}
/* Privacy Section - END */

.anz-link {
	text-decoration: none;
	color: inherit;
}

/* Insights Section - START */
@media (min-width: 1069px) {
	.section-insights .item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
/* Insights Section - END */

/* Localised Fix - END */
