.aside-widget.sidebar-benefits-wrapper {
	margin-top: 30px;
}
.sidebar-benefits__item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}
.sidebar-benefits__item:first-child {
	margin-top: 0px;
}
.sidebar-benefits__item-img {
	flex: 0 0 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sidebar-benefits__item-img img {
	width: 100%;
	height: auto;
}
.sidebar-benefits__item-content {
	font-size: 15px;
	line-height: 22px;
	color: var(--color-gray-13);
	margin-top: -3px;
}
@media (max-width: 1240px) {
	.sidebar-benefits-wrapper {
		display: none;
	}
	.aside-widget.sidebar-benefits-wrapper {
		display: none;
	}
}