.wsrw-features-list {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;

	@media( max-width: 1200px ) {
		flex-direction: column;
	}

	ul {
		margin: 0;
	}

	li {
		color: var(--wsrw-text-color-heading);
		font-size: 14px;
		margin-bottom: 15px;

		&:before {
			content: '+';
			margin-right: 5px;
			vertical-align: center;
		}
	}
}
#wsrw-notice-wsrw-snippets{
	p{
		color: var(--wsrw-text-color-heading);
	}
	margin: 25px 0 0 0;
	border-left: 1px solid #c3c4c7;
}