.pricing-header h1,
.pricing-header h2 {
	font-weight: bold;
	color: black;
}

h1 {
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
}

h2 {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

h4 {
	font-size: 1.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.circle-not-benefit-free{
	color: rgb(255, 0, 0);
}

@media (max-width: 768px) {
	div .card-space {
		padding-bottom: 2rem;
	}
}

@media (max-width: 991px) {
	div .card-space {
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

div.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.5) !important;
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
}

.header-free {
	background-color: transparent !important;
	border-bottom: 0px;
	padding-top: 1rem;
}

.card-premium-diamond {
	background-color: #1e1e1e;
	color: #ffff;
}

.card-premium-gold,
.card-premium-platinum {
	background-color: #e9ecef;
}

.header-premium {
	background-color: transparent !important;
	border-bottom: 0px;
	padding-top: 1rem;
}

.card-body {
	padding: 0rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
}

.pricing-card-title {
	color: #ffbf0b;
}

.options li {
	line-height: 1.5rem;
	padding-bottom: 1rem;
}

.btn {
	font-size: 1rem;
}

.btn-premium {
	background-color: #ffbf0b;
}

.btn-premium:hover {
	background-color: #f8cb4f !important;
}

.custom-card-footer {
	background-color: transparent !important;
	border-top: 0px;
	padding-top: 1rem;
}

.popular-cornerback {
	width: 160px;
	height: 32px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	box-shadow: 0px 2px 3px rgb(136 136 136 / 25%);
	background: #ffbc13;
	transform: rotate(45deg);
	position: absolute;
	right: -42px;
	top: 20px;
	padding-top: 7px;
}

.popular-img {
	width: 20px;
	height: 20px;
}

.title-plans {
	font-weight: bold;
}