.home-pricing {
	padding: 6px 0 var(--section-space);
}

.home-pricing__table {
	overflow-x: auto;
	border: 1px solid var(--color-border);
	border-radius: var(--radius-sm);
	background: #ffffff;
}

.home-pricing table {
	width: 100%;
	min-width: 840px;
	border-collapse: collapse;
	text-align: center;
}

.home-pricing th {
	padding: 15px 20px;
	background: linear-gradient(180deg, #eaf4ff, #f8fbff);
	color: #173e78;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
}

.home-pricing td {
	padding: 13px 20px;
	border-top: 1px solid var(--color-border);
	border-left: 1px solid var(--color-border);
	color: #161b26;
	font-size: 15px;
	font-weight: 500;
}

.home-pricing td:first-child {
	border-left: 0;
	font-weight: 800;
	text-align: left;
}

.home-pricing td:nth-child(3),
.home-pricing td:nth-child(5) {
	font-weight: 800;
}

.home-pricing td a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	min-height: 30px;
	border-radius: 6px;
	background: #064aa7;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
}

.home-pricing__more {
	margin-top: 20px;
	text-align: center;
}
