/* pricing margins override */

@media only screen and (max-width: 1067px) and (min-width: 735px) {
	.section-hero .intro-wrapper .pro-display-xdr-wrapper .intro {
		max-width: 300px;
	}
	.section-hero .intro-wrapper .studio-display-wrapper {
		text-align: center;
	}
	.section-hero .intro-wrapper .pro-display-xdr-wrapper {
		text-align: center;
	}
	.section-hero .intro-wrapper .studio-display-wrapper .intro-price {
		max-width: 270px;
		margin: auto;
		margin-top: 1.2em;
	}
	.section-hero .intro-wrapper .pro-display-xdr-wrapper .intro-price {
		max-width: 280px;
		margin: auto;
		margin-top: 1.2em;
	}
}

@media only screen and (max-width: 460px) {
	.section-hero .intro-wrapper .pro-display-xdr-wrapper .intro {
		max-width: 300px;
	}
	.section-hero .intro-wrapper .studio-display-wrapper {
		text-align: center;
	}
	.section-hero .intro-wrapper .pro-display-xdr-wrapper {
		text-align: center;
	}
	.section-hero .intro-wrapper .studio-display-wrapper .intro-price {
		max-width: 270px;
		margin: auto;
		margin-top: 1.2em;
	}
	.section-hero .intro-wrapper .pro-display-xdr-wrapper .intro-price {
		max-width: 280px;
		margin: auto;
		margin-top: 1.2em;
	}
}
