h1 {
	font-size: 35px!important;
}

h6 {
	font-size: 60px!important;

}

.cust-price-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 180px;
}

.cust-price-card h4 {
	font-weight: 700;
	font-size: 35px;
}

.cust-price-card p {
	max-width: 280px;
	font-size: 20px;
	font-weight: 600;
	color: white;
}


.cust-fs-icon {
	font-size: 60px;
}

.cust-bg-mutted {
	background-color: #f9f9ff;
}

.banner-content h1:hover {
	color: white!important;
}

@media(max-width: 768px) {
	h1 {
		font-size: 30px!important;
	}
	h6 {
		font-size: 40px!important;
		
	}
}