.sidebar > .sidebar_item + .sidebar_item {
	margin-top: 15px;
}




/* USP */

ul.usps {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.usps li {
	position: relative;
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
	font-weight: bold;

}

ul.usps li i {
	position: absolute;
	top: 4px;
	left: 0;
}

.ups_intro {
	margin-bottom: 1rem;
}


/* Testimonials */


.testimonial + .testimonial {
	margin-top: 30px;
}

.testimonials .testimonial_text {
	position: relative;
	font-style: italic;
	padding: 0 40px;
}

.testimonials .testimonial_text:before,
.testimonials .testimonial_text:after {
	display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
}

.testimonials .testimonial_text:before {
	content: "\f10d";
	position: absolute;
	top: 0;
	left: 0;
}
.testimonials .testimonial_text:after {
	content: "\f10e";
	position: absolute;
	bottom: 0;
	right: 0;
}

.testimonials .testimonial_text {
	margin-bottom: 5px;
}

.testimonials .testimonial_name {
	text-align: right;
	font-size: .9em;
}

@media screen and (max-width: 991px) {
	body .wp-block-columns.is-layout-flex {
		flex-wrap: wrap!important;
	}

	body .wp-block-columns.is-layout-flex .wp-block-column.is-layout-flow {
		flex-basis:100%!important;
	}
}