.pricing-plan {
	background-color: #F0F0F0;
	border-radius: 15px;
	box-shadow: 0 -2px 10px #A2C3EB;
	text-align: center;
	border: 0.05em solid #D1E3EB;
	margin: 10px 5px 20px 5px;
}

.plan-header {
	padding: 30px 35px 20px 35px;
	background-color: #E6f1FE;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.plan-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-align: start;
	color: #4C83EB !important;
}

.plan-description {
	font-size: 1em;
	color: #000000;
	margin: 15px 0px 10px 0px;
}

.price {
	margin-bottom: 20px;
}

.price .qty {
	display: inline-block;
	font-size: 55px;
	line-height: 55px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
}

.price .unit {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
}

.plan-features {
	list-style: none;
	padding: 30px 40px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	list-style-type: disc;
	unicode-bidi: isolate;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.plan-features li {
	box-sizing: content-box;
	background-image: url(https://cdn.prod.website-files.com/62446230dcb514b828a6e237/6570a71e28a623ede7f54686_icon-blue-checkmark.svg);
	background-size: 15px;
	position: relative;
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 1.75rem;
	list-style-type: none;
}

.plan-features li p {
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 20px
}

.plan-button {
	background-color: #2563eb;
	color: white;
	padding: 12px 30px;
	border-radius: 2rem;
	font-size: 15px;
	cursor: pointer;
	border: none;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
}

.plan-button:hover {
  background-color: #193e94;
}