.testimonials-6-item {
	position: relative;
	margin-bottom: 0;
	font-size: 1.25em;
}

.title-drcorate {
	width: 32px;
	height: auto;
	margin-left: 10px;
}

.space h5.subtitle {
	font-weight: 600;
}

@media(width<=992px) {
	.call-action-4-images {
		display: flex;
		justify-content: center;
		padding-bottom: 10px;
	}

	.call-action-4-image-2 {
		position: relative;

	}

	.call-action-4-image-1 {
		display: none;
	}
}


.space span {
	line-height: 1.6;
}

#services span {
	line-height: 1.6;
}

@media(width<=768px) {
	.decoration-image-1 {
		width: 30%;
	}

	.decoration-image-2 {
		width: 25%;
	}

	.testimonials-6-item {
		font-size: 1.2em;
	}

	.page-section h5 {
		font-size: 1.1em;
		font-weight: 400;
	}

	#services span {
		line-height: 1.2;
	}
}

.services-3-title {
	letter-spacing: 0.5px;
	font-weight: 500
}

.services-3-icon {
	background: #ff9d9017;
}

.btn-mod.btn-w {
	color: var(--color-primary-1);
	border: 1px solid var(--color-primary-1);
}

.about-btn .btn-mod.btn-w:hover {
	color: #fff;
	background: var(--color-primary-1)
}

.services-3-text {
	font-size: 1.2em;

}

.services-3-text ul {
	list-style-type: none;
}

.services-3-text ul li::before {
	content: "• ";
	color: #fda99b;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.lead {
	font-weight: 500;
	font-size: 1.2em;
}

.call-action-4-images img {
	width: 70%;
	margin-left: 150px;
}

.call-action-4-image-2 {
	bottom: 55px
}

@media(width<=1400px) {
	.call-action-4-images img {
		width: 80%;
		margin-left: 0;
	}
}

@media(width<=992px) {
	.call-action-4-images img {
		width: 100%;
		margin-left: 0;
	}
}