.features-table th,
.features-table td {
	border: 0
}

.features-table td {
	vertical-align: middle;
}

.features-table th:nth-child(2) {
	font-size: 20px;
}

.features-table td,
.features-table th {
	width: 120px;
	padding: 2rem 0.25rem 0rem;
}

h1 {
	font-size: 28px;
}

.features-table th {
	font-size: 17.5px;
	padding-top: 15px;
	padding-bottom: 20px;
}

.features-table td:nth-child(1),
.features-table th:nth-child(1) {
	width: 140px;
	padding-right: 0.60rem;
	padding-left: 0
}

.features-table td:nth-child(1) {
	font-size: 16px;
	text-align: left;
	line-height: 22px;
}

.features-table th:nth-child(2) {
	padding: 0rem;
}

.features-table th:nth-child(2) .inner {
	font-size: 20px;
	background-color: rgba(185, 150, 247, 0.25);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-family: 'Calistoga', cursive;
	padding: 1.6rem 0.25rem 0rem;
	padding-bottom: 20px;
}

.features-table tr:nth-last-child(1) td {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-bottom: 20px;
}

.features-table td:nth-child(2) {
	background-color: rgba(185, 150, 247, 0.25);
}

.features-table td:nth-child(2) .fa-check {
	background-color: var(--bs-milka);
	color:white;
}

.features-table td .fa-check {
	color: var(--bs-milka);
	background-color: rgba(185, 150, 247, 0.25);
	width: 24px;
    height: 24px;
	border-radius: 50%;
	position: relative;
	font-size: 12px;
}

.features-table td .fa-check::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.features-table td .fa-times {
	background-color: rgba(230, 0, 35, 0.20);
	color: var(--bs-pinterest);
	width: 24px;
    height: 24px;
	border-radius: 50%;
	position: relative;
	font-size: 12px;
}

.features-table td .fa-times::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.features-table {
	width: 500px;
	height: 140px;
	overflow-y: scroll;
}

.features-table th {
	background: var(--bs-grey250);
	position: sticky;
	top: 0;
	z-index: 10;
}

.scrollme {
	overflow-x: scroll;

}

.scrollme::-webkit-scrollbar {
	display: none;
}
.scrollme {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.features-table sup {
	top:-20px;
}
.mn-2 {
	margin-top: -5px;
}
.mnx-2 {
	position:absolute;
	left:-10px;
	right:-10px;
}
.pb-custom {
	padding-bottom: 50px !important;
}

@media (min-width: 768px) {
	.features-table td:nth-child(1),
	.features-table th:nth-child(1) {
		width: 240px;
		padding-left: 0
	}

	.features-table {
		width: 600px;
	}
}
footer h6 {
	font-size: 16px;
	text-transform: uppercase;
}