/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2025 | 09:21:20 */
.stars-testimonials .col-1-3, .stars-testimonials .col-4-12 {
   # width: 24%;
}

.figure.style2 img {
    height: 64px !important;
    width: 64px !important;
}

.figure.style2 div.blockquote {
    padding: 85px 20px 30px 20px;
    font-size: .7em;
    line-height: 1.5em
}
.figure.style2 .star-author h5 {
    font-weight: 600;
    font-size: 0.6em;
}

.content img {
    padding: 1rem;
}

/* ==============      reviews       ================*/

.ti-widget.ti-wp-testimonial-118 .ti-reviews-container-wrapper {
    width: 80%;
}

.reviews {
	padding: 60rem 0 30rem;
	background: var(--color-gray);
}

.reviews .section_header {
	
}

.reviews .items {
	display: flex;
	margin: 0 -15rem;
	flex-wrap: wrap;
}

.reviews .items.last_wide .item:nth-last-child(1) {
	width: calc(100% - 30rem);
}

.reviews .item {
	width: calc(50% - 30rem);
	margin: 0 15rem 30rem;
	background-color: #fff;
	padding: 30rem;
	box-shadow: 0px 0px 50px 0px rgba(61,61,61,0.1);
	box-sizing: border-box;
	position: relative;
}

.reviews .item:nth-child(2):before {
	width: 140rem;
	height: 140rem;
	content: "";
	position: absolute;
	top: -110rem;
	left: 69%;
/*	background: url(../images/reviews_img_1.png) no-repeat center center;
*/
	background-size: contain;
}

.reviews .item:nth-child(3):before {
	width: 140rem;
	height: 140rem;
	content: "";
	position: absolute;
	bottom: -13%;
	right: 90%;
/*	background: url(../images/reviews_img_2.png) no-repeat center center;
*/
	background-size: contain;
}

.reviews .item .text {
	font-size: 18rem;
	padding-bottom: 25rem;
}

.reviews .item .name {
	font-size: 22rem;
	font-weight: bold;
	text-align: right;	
}




@media only screen and (max-width: 768px) {
	.reviews .item:before {
		display: none !important;
	}
	.reviews .items {
		margin: 0;
	}
	.reviews .item {
		width: 100% !important;
		margin: 0 0 10rem;
		padding: 20rem;
	}
}