
.centered-text-raw {
	max-width: 900px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media (max-width: 767px) {
	.container .centered-text-raw {
		padding-left: 0;
		padding-right: 0;
	}
}

.centered-text-raw h2 {
	text-align: center !important;
	margin-bottom: 22px;
	margin-left: auto;
	margin-right: auto;
}

.two-columns-comparison {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1150px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
	margin-top: 0px;
	justify-content: space-between;
	margin-top: 64px;
	gap: 8px;
	@media (max-width: 767px) {
		margin-top: 48px;
		flex-direction: column;
		gap: 12px;
	}
}

.two-columns-comparison .box {
	width: 480px;
	padding: 24px;
	background-color: #F5F5F7;
	border-radius: 16px;
	@media (max-width: 767px) {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.two-columns-comparison svg {
		transform: rotate(90deg);
	}
}

.two-columns-comparison h3 {
	color: #343A40;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
}

.two-columns-comparison ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.two-columns-comparison li {
	padding: 7px 0 7px 32px;
	position: relative;
	color: var(--color-text-gray);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 125%;
}

.two-columns-comparison li::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}

.two-columns-comparison .red li::before {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_19157_88421)"><path d="M10 0C8.02219 0 6.08879 0.58649 4.4443 1.6853C2.79981 2.78412 1.51809 4.3459 0.761209 6.17316C0.00433284 8.00042 -0.1937 10.0111 0.192152 11.9509C0.578004 13.8907 1.53041 15.6725 2.92894 17.0711C4.32746 18.4696 6.10929 19.422 8.0491 19.8078C9.98891 20.1937 11.9996 19.9957 13.8268 19.2388C15.6541 18.4819 17.2159 17.2002 18.3147 15.5557C19.4135 13.9112 20 11.9778 20 10C19.9972 7.34869 18.9427 4.80678 17.068 2.93202C15.1932 1.05727 12.6513 0.00279983 10 0ZM13.6212 12.5327C13.6926 12.6042 13.7493 12.689 13.788 12.7824C13.8267 12.8758 13.8466 12.9758 13.8466 13.0769C13.8466 13.178 13.8267 13.2781 13.788 13.3715C13.7493 13.4648 13.6926 13.5497 13.6212 13.6212C13.5497 13.6926 13.4648 13.7493 13.3715 13.788C13.2781 13.8267 13.178 13.8466 13.0769 13.8466C12.9759 13.8466 12.8758 13.8267 12.7824 13.788C12.689 13.7493 12.6042 13.6926 12.5327 13.6212L10 11.0875L7.46731 13.6212C7.39584 13.6926 7.31099 13.7493 7.21762 13.788C7.12424 13.8267 7.02415 13.8466 6.92308 13.8466C6.82201 13.8466 6.72192 13.8267 6.62854 13.788C6.53516 13.7493 6.45032 13.6926 6.37885 13.6212C6.30738 13.5497 6.25069 13.4648 6.21201 13.3715C6.17333 13.2781 6.15342 13.178 6.15342 13.0769C6.15342 12.9758 6.17333 12.8758 6.21201 12.7824C6.25069 12.689 6.30738 12.6042 6.37885 12.5327L8.9125 10L6.37885 7.46731C6.23451 7.32297 6.15342 7.1272 6.15342 6.92308C6.15342 6.71895 6.23451 6.52318 6.37885 6.37884C6.52319 6.23451 6.71895 6.15342 6.92308 6.15342C7.12721 6.15342 7.32297 6.23451 7.46731 6.37884L10 8.9125L12.5327 6.37884C12.6042 6.30737 12.689 6.25068 12.7824 6.212C12.8758 6.17332 12.9759 6.15342 13.0769 6.15342C13.178 6.15342 13.2781 6.17332 13.3715 6.212C13.4648 6.25068 13.5497 6.30737 13.6212 6.37884C13.6926 6.45031 13.7493 6.53516 13.788 6.62854C13.8267 6.72192 13.8466 6.822 13.8466 6.92308C13.8466 7.02415 13.8267 7.12423 13.788 7.21761C13.7493 7.31099 13.6926 7.39584 13.6212 7.46731L11.0875 10L13.6212 12.5327Z" fill="%23FF6567"/></g><defs><clipPath id="clip0_19157_88421"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>')
}

.two-columns-comparison .green li::before {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_19157_88451)"><path d="M10 0C8.02219 0 6.08879 0.58649 4.4443 1.6853C2.79981 2.78412 1.51809 4.3459 0.761209 6.17316C0.00433284 8.00042 -0.1937 10.0111 0.192152 11.9509C0.578004 13.8907 1.53041 15.6725 2.92894 17.0711C4.32746 18.4696 6.10929 19.422 8.0491 19.8078C9.98891 20.1937 11.9996 19.9957 13.8268 19.2388C15.6541 18.4819 17.2159 17.2002 18.3147 15.5557C19.4135 13.9112 20 11.9778 20 10C19.9972 7.34869 18.9427 4.80678 17.068 2.93202C15.1932 1.05727 12.6513 0.00279983 10 0ZM14.3904 8.23654L9.00577 13.6212C8.93433 13.6927 8.84949 13.7494 8.75611 13.7881C8.66273 13.8268 8.56263 13.8468 8.46154 13.8468C8.36045 13.8468 8.26035 13.8268 8.16697 13.7881C8.07359 13.7494 7.98875 13.6927 7.91731 13.6212L5.60962 11.3135C5.46528 11.1691 5.38419 10.9734 5.38419 10.7692C5.38419 10.5651 5.46528 10.3693 5.60962 10.225C5.75396 10.0807 5.94972 9.99957 6.15385 9.99957C6.35798 9.99957 6.55374 10.0807 6.69808 10.225L8.46154 11.9894L13.3019 7.14808C13.3734 7.07661 13.4582 7.01991 13.5516 6.98123C13.645 6.94256 13.7451 6.92265 13.8462 6.92265C13.9472 6.92265 14.0473 6.94256 14.1407 6.98123C14.2341 7.01991 14.3189 7.07661 14.3904 7.14808C14.4619 7.21954 14.5185 7.30439 14.5572 7.39777C14.5959 7.49115 14.6158 7.59123 14.6158 7.69231C14.6158 7.79338 14.5959 7.89346 14.5572 7.98684C14.5185 8.08022 14.4619 8.16507 14.3904 8.23654Z" fill="%2300A398"/></g><defs><clipPath id="clip0_19157_88451"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>')
}