@charset "utf-8";

.hero-search-benefits {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 19px;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

.hero-search-benefits.at-right {
	float: right;
	margin-left: 12px;
}

@media only screen and (max-width: 1023px) {
	.hero-search-benefits.at-right {
		display: none;
	}
}

.hero-search-benefits li {
	margin: 0;
	padding: 0;
}

.hero-search-benefits li:before {
	display: none;
}

.hero-search-benefits>li {
	position: relative;
	padding-left: 24px;
}

.hero-search-benefits svg {
	position: absolute;
	top: 0.5lh;
	left: 0;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
}

.hero-search-benefits>*:first-child svg {
	width: 16px;
	height: 16px;
}