.list-no-icon {
    list-style-type: none;
}
.home-col {
    column-gap: 5%;
}
ul.check-list-custom,
ul.info-list-custom {
	list-style: none;
	margin: 0 0 20px;
	padding-left: 0;
}

ul.check-list-custom li,
ul.info-list-custom li {
	position: relative;
	padding-left: 32px;
	margin-bottom: 10px;
}

ul.check-list-custom li:last-child,
ul.info-list-custom li:last-child {
	margin-bottom: 0;
}

ul.check-list-custom li::before,
ul.info-list-custom li::before {
	position: absolute;
	left: 0;
	top: 0.5em;
	line-height: 1;
	font-size: 0.95em;
	font-weight: 700;
	color: #273c4e;
}

ul.check-list-custom li::before {
	content: "\2713";
}

ul.info-list-custom li::before {
	content: "\2139";
	font-size: 1em;
}

.product-body-intro {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.product-body-intro h2,
.product-body-intro p {
	text-align: center;
}
