#pricing-cards-container {
	justify-content: center;
}

#price-switch {
	width: 80%;
	border-radius: 4.75rem;
	padding: 0.75rem 1.81rem;
	background: linear-gradient(100deg,
			#fff 11.45%,
			rgba(255, 255, 255, 0) 90.34%);
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: center;
	gap: 2rem;
}

#pricingSection .price-plan {
	max-width: 23.5rem !important;
	display: flex;
	flex-direction: column;
	padding: 0 !important;
	margin: 0 !important;
	border: none;
	border-radius: 1.5rem 1.25rem 1.5rem 1.5rem;
	border: 1px solid var(--Neutral-300, #eff0f6);
	background: var(--Neutral-100, #fff);
	box-shadow: 0px 2px 12px 0px rgba(20, 20, 43, 0.08);
}

#pricingSection .price-plan hr {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	border: 1px solid #edecee;
	opacity: 25;
}

#pricingSection .price-plan-header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#pricingSection .price-plan-header-title {
	display: flex;
	gap: 0.5rem;
}

#pricingSection .price-plan-header p, #pricingSection .price-plan-header h4 {
	color: var(--Custom-Styles-Neutrals-N800, #101919);
	font-family: 'Inter';
	font-size: 0.9rem !important;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

#pricingSection .price-plan h2 {
	color: #170f49;
	font-feature-settings: "clig" off, "liga" off;
	font-family: "DM Sans", sans-serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.1875rem;
	/* 145.833% */
}

#pricingSection .price-plan div.h1 {
	color: var(--Foundation-Grey-G400, #322f38);
	font-feature-settings: "clig" off, "liga" off;
	font-family: "Inter", sans-serif;
	font-size: 3.375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 4.125rem;
}

#pricingSection .price-plan div.h1 span.month {
	color: var(--Neutral-600, #6f6c90);
	font-feature-settings: "clig" off, "liga" off;

	/* Text Single/300/Medium */
	font-family: "DM Sans", sans-serif;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.375rem;
	/* 110% */
}

#pricingSection .price-plan h6, #pricingSection .price-plan .h6 {
	color: var(--Neutral-800, #170f49);
	font-feature-settings: "clig" off, "liga" off;
	/* Text Single/200/Bold */
	font-family: "DM Sans", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25rem;
	/* 111.111% */
}
#pricingSection .price-plan-content ul li span {
    max-width: 259px;
}
#pricingSection .price-plan-header {
	padding: 3rem 1rem 0.5rem 1rem;
}

#pricingSection .price-plan-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 1rem 1rem 3.62rem 1rem;
}

#pricingSection .price-plan-content {
	flex: 1;
	display: flex;
	align-items: start;
	flex-direction: column;
	gap: 1rem;
}

#pricingSection .price-plan-content ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex: 1;
	gap: 1rem;
	flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#pricingSection .price-plan-content ul li {
	display: flex;
	align-items: center;
	gap: 0.88rem;
	color: var(--Foundation-Black-B200, #2d2d2d);
	font-feature-settings: "clig" off, "liga" off;
	font-family: "DM Sans", sans-serif;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem;
	/* 111.111% */
}

#pricingSection .price-plan-actions {
	/* margin-top: 2rem; */
	display: flex;
	justify-content: center;
}

.most-pouplar {
	color: var(--Foundation-Light-L50, #fff);
	text-align: right;
	/* tombol */
	font-family: Inter;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background: var(--primaryActionBg);
	padding: 7px 12px;
	border-radius: 0 13px 0 10px;
	right: 0;
  }
@media screen and (max-width: 991px) {
	#pricingSection #pricing-cards-container div {
		max-width: 20.1875rem !important;
	}

	#pricingSection #pricing-cards-container {
		justify-content: space-between;
	}
}

@media screen and (max-width: 765px) {
	#pricingSection #pricing-cards-container {
		justify-content: center;
	}
}