.section.benefits {
	padding: 30px 0 20px 0;
	width: 100%;
	margin: auto;
	background: #f8f8f8;
}

.benefits-wrapper {
/*	width: 40%;*/
	max-width: 1000px;
	margin: 20px auto;
}

.benefits-title {
	font-size: 24px;
	font-weight: bold;
	color: var(--primarycolor);
	text-transform: uppercase;
}

.benefits-wrapper .col-md {
	margin:8px;
}

.benefits-wrapper .top-image img, .benefits-wrapper .top-image video {
	border-top-left-radius: 15px;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 10px 3px #eeeeee;
	-moz-box-shadow: 0 0 10px 3px #eeeeee;
	box-shadow: 0 0 10px 3px #eeeeee;
}



.benefits-wrapper .top-benefits {
	border-top-right-radius: 15px;
}

.benefits-wrapper .bottom-benefits {
	border-bottom-left-radius: 15px;
}

.benefits-wrapper .top-benefits, .benefits-wrapper .bottom-benefits {
	background: #edebeb;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: var(--primarycolor);;
	font-weight: 500;
	-webkit-box-shadow: 0 0 10px 3px #eeeeee;
	-moz-box-shadow: 0 0 10px 3px #eeeeee;
	box-shadow: 0 0 10px 3px #eeeeee;
}

.benefits-wrapper .bottom-image img, .benefits-wrapper .bottom-image video {
	border-bottom-right-radius: 15px;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 10px 3px #eeeeee;
	-moz-box-shadow: 0 0 10px 3px #eeeeee;
	box-shadow: 0 0 10px 3px #eeeeee;
}



.benefits-list {
	list-style-type: none;
	padding: 0 0 0 0;
	position: relative;
}

.benefits-list li {
	position: relative;
	margin-bottom: 5px;
}

.benefits-list li:before {
	/*content: '';
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url('../img/checklist.png') no-repeat;
	background-size: 20px 20px;*/
}

.benefits-list li svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    padding-right: 5px;

}

.benefits-list li svg path {
    fill: var(--primarycolor-accent-1);
}

.benefits-list li span {
	display: flex;
	padding: 0 0 5px 10px;
}





/*@media (max-width: 1300px) {
	.benefits-wrapper {
		width: 70%;
	}
}

@media (max-width: 992px) {
	.benefits-wrapper {
		width: 80%;
	}
}*/

@media (max-width: 768px) {
	.benefits-wrapper {
		max-width: 60%;
	}
	.benefits-wrapper .col-md {
		margin:0;
	}
	.bottom-benefits {
		text-align: left !important;
	}

	.benefits-wrapper .bottom-image {
		margin-top: 30px;
	}

	.benefits-wrapper .top-image img {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}

	.benefits-wrapper .bottom-image img {
		border-bottom-right-radius: 0;
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
	}

	.benefits-wrapper .top-benefits {
		border-top-right-radius: 0;
	}

	.benefits-wrapper .bottom-benefits {
		border-bottom-left-radius: 0;
	}

	.benefits-wrapper .top-benefits, .benefits-wrapper .bottom-benefits {
			border-bottom-right-radius: 15px;
			border-bottom-left-radius: 15px;
	}
}

@media (max-width: 576px) {
	.benefits-wrapper {
		max-width: 90%;
	}
}

@media (max-width: 400px) {
	.benefits-wrapper {
/*		width: 90%;*/
	}
}