.product-plans {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	/* column-gap: 24px;	
	padding: 24px 0px; */
	color: black;
	margin: auto;
}

.product-plans-container {
	/* display: flex */
}

.product-plan {
	/* border-radius: 24px; */
	/* flex: 1; */
	display: flex;
	justify-content: space-between;
	padding: 24px;
	width: 100%;
	align-items: center;
	/* border: 2px solid white; */
	/* position: relative; */
	/* overflow: hidden; */
}
.product-plan-action {
	column-gap: 24px;
}

.product-plan-header {
	/* color: #3060fe; */
	/* background: white; */
	/* padding: 24px; */
}

.product-plan-header p {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

/* .product-plan-content {
	display: flex;
	flex-direction: column;
	row-gap: 18px;
	align-items: center;
	padding: 36px;
} */

.product-plan-price {
	font-size: 30px;
}

/* .product-plan-button {
	width: 100%;
	color: #3060fe;
	background: white;
	border-radius: 222px;
	border: 0;
} */

@media screen and (max-width: 1024px) {
	.product-plans-container {
		/* height: 60vh; */
		/* overflow-y: scroll; */
		/* width: 100vh; */
		/* overflow-x: scroll; */
		/* margin-top: 24px; */
	}

	.product-plans {
		/* overflow-x: scroll; */
		/* width: 150vw; */
		/* display: grid;
		grid-template-columns: 1fr; */
		/* row-gap: 24px; */
		/* column-gap: 0; */
	}

	.product-plan {
		/* width: 540px; */
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {
	/* .product-plan {
		width: 768px;
		max-width: 340px;
	} */
}

@media screen and (max-width: 450px) {
	.product-plans {
		/* overflow-x: scroll; */
		/* width: 250vw; */
		/* display: grid;
		grid-template-columns: 1fr; */
		/* row-gap: 24px; */
		/* column-gap: 0; */
	}
}
