<style>
.section {
	padding-top: 25px;
	padding-bottom: 25px;
}

@media (min-width: 1200px) {
	.section {
		padding-top: 45px;
		padding-bottom: 34px;
	}
}

.section-inset-1 {
	padding-bottom: 60px;
}

@media (min-width: 1200px) {
	.section-inset-1 {
		padding-bottom: 89px;
	}
}



.page {
	overflow: hidden;
	padding-top: 28px;
}

@media (min-width: 768px) {
	.page {
		padding-top: 0;
	}
}


* + .row {
	margin-top: 10px;
}

html .row-60 {
	margin-bottom: -60px;
}

.pricing-wrapper-mod-3 {
	border-radius: 25px;
	padding-bottom: 30px;
}


.thumbnail-mod-2 {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}


.bg-light {
	background-color: #f6f6f6;
}


.pricing-wrapper-mod-3 .pricing-head {
	padding: 15px 0;
	background-color: #82c434;
	color: #fff;
}

.pricing-head {
	border-radius: 20px;
}  
   

.fw-r {
	font-weight: 400;	
}


.pricing-wrapper .price, .pricing-wrapper-mod-1 .price, .pricing-wrapper-mod-2 .price, .pricing-wrapper-mod-3 .price {
	position: relative;
	padding: 20px 0;
	z-index: 1;
}

</style>	
