.comparison-table-1012 {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.comparison-table-row-1012 {
	display: flex;
	align-items: flex-start;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-table-row-1012:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.comparison-table-title-1012 {
	font-weight: bold;
	padding-right: 20px;
	flex-shrink: 0;
}

.comparison-table-value-1012 {
	flex-grow: 1;
}

@media (max-width: 767px) {
	.comparison-table-row-1012 {
		flex-direction: column;
	}
	
	.comparison-table-title-1012 {
		width: 100% !important;
		padding-right: 0;
		margin-bottom: 5px;
	}
}