.left {
	text-align: justify;
}

.plans-title {
	font-size: 30px !important;
}

.plans-info {
	color: black !important;
	font-size: 20px !important;
	text-align: left;
}

.plans-subtext {
	font-size: 14px;
}

.info-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.info-container>div {
	margin-top: 2%;
	margin-bottom: 2%;
}

.info-illus {
	width: 200px;
	margin: 2%;
}

.reversed {
	flex-direction: row-reverse;
}

table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	/* margin-left: 5%;
	margin-right: 5%;
	margin-top: 2%;
	margin-bottom: 2%; */
}

table,
th,
td,
tr {
	border: #213159 2px solid;
}

th {
	padding: 18px 16px;
	font-size: 2.5rem;
	color: #F04B4C;
}

td {
	width: 50%;
	font-size: 20px;
	padding: 10px 8px;
}

@media screen and (max-width: 700px) {
	.info-container {
		flex-direction: column;
	}

	.info-container>div {
		margin-left: 0;
		margin-right: 0;
	}

	.plans-info>li {
		width: 100%;
	}

	th {
		padding: 14px 12px;
		font-size: 30px;
	}

	td {
		font-size: 18px;
		font-size: 10px 8px;
	}
}