/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* Start - Pricing Blocks */
.pricing-box {
    background-color: white;
}

.block-pricing-10 .pricing-title {
	transform: translateY(-50%);
	margin: 0 auto;
	display: inline-block;
	width: auto;
	padding: 0 16px;
}

.block-pricing-10 .btn-action {
	transform: translateY(50%);
}
/* End - Pricing Blocks */