.usps .row{
	row-gap: var(--bs-gutter-x);
}

.usps .tns-horizontal.tns-subpixel > .tns-item,
.usps .tns-item{
	display: flex;
	flex-direction: column;
}

.usps .tns-slider .col-sm-12{
	padding-left: 0 !important;
}

.usps .tns-slider.row{
	margin: 0 !important;
}

.usps .tns-controls,
.usps .tns-controls button{
	outline: none;
}

.usps .tns-controls button{
	margin: 0 0.5rem;
	background: none;
	width: 50px;
	height: 50px;
	border: 2px solid rgba(36, 185, 187, 0.15);
	border-radius: 50%;
	padding: 0;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.usps_counter{
    display: inline-block;
    position: relative;
    top: -1.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.usps .tns-controls button[disabled]{
	opacity: 0.3;
	cursor: default;
}

.usps .tns-controls button:not([disabled]):hover{
	border: 2px solid #ccc;
	background-color: #ccc;
	color: #fff;
}

.usps .tns-controls{
	text-align: center;
}

.usps a:after,
.usps a:before{
	pointer-events: none;
}

@supports not (row-gap: 1rem) {
   /* 
	Isolated code for not supporting flexbox row-gap so have to work with margins. Thanks Safari :/ 
	*/
	.usps .row > div{
		margin-bottom: var(--bs-gutter-x);
	}
}

.usps.geen_extra_marge_onderkant + .usps{
	padding-top: var(--bs-gutter-x) !important;
}