/* Contrast background margin */

.paragraph--view-mode--default.paragraph--type--accc-content-contrast-background {
    margin: 0;
}



/* button in CTA margin on mobile + img size */

@media (max-width: 767.98px) {
	img[src="/sites/www.scamwatch.gov.au/files/nasc-banner.png"] {
		margin-top:30px;
		max-width: 67%;
	}
}

@media (max-width: 575.98px) {
	img[src="/sites/www.scamwatch.gov.au/files/nasc-banner.png"] {
		max-width: 100%;
	}
}

.region-hero-home .d-none {
	display: inline-block !important;
}