html .wp-block-acf-textwithimage {max-width: unset; }

.services-txtimg { background-color: #FFF; padding: 1rem 0;}
.services-txtimg strong, .services-txtimg b { font-weight: bold; }
.services-txtimg img { width:100%; max-width: 100%; height: auto; }
.services-txtimg .text-container { display: flex; }
.services-txtimg .testimonial-blockquote { display: flex; flex-direction: column; padding: 2rem; width: 100%;}
.services-txtimg .testimonial-blockquote { background-color: #f2f2f2; color: #000; }
.services-txtimg .testimonial-blockquote, .services-txtimg img { border-radius: 15px; }
.services-txtimg .text {
	flex-grow: 1;
	padding: 2rem;
    align-items:center;
	flex-wrap: wrap;
}

.services-txtimg blockquote .text p
{
	width:100%;
}

.services-txtimg .appointment_btn { margin: 0 auto; }

.services-txtimg .image a:hover { -webkit-filter: opacity(.8); filter: opacity(.8); }

.services-txtimg .testimonial-blockquote
{
	font-size:15px;
	font-family: 'silkor';
}

.services-txtimg .testimonial-blockquote strong,
.services-txtimg .testimonial-blockquote b
{
	font-size:30px;
	margin-bottom:5px;
	font-family: 'silkor';
}

.services-txtimg .testimonial-blockquote a
{
	font-family:'silkor';
	font-weight:bold;
	font-style:normal;
	font-size:14px;
	padding-right: 44px;
}

@media only screen and (max-width:1200px)
{
	.services-txtimg .row
	{
		display:flex;
		flex-direction:column;
	}
	.services-txtimg .row > div
	{
		width: 100%;
		display: contents;
	}
	
	.services-txtimg .row > div blockquote
	{
		margin-bottom:15px;
		margin-top:15px;
	}
	
	.services-txtimg .row > div img
	{
		margin-bottom:15px;
		margin-top:15px;
	}
	
}

@media only screen and (max-width:768px)
{
	.services-txtimg .row
	{
		margin-left:8px;
		margin-right:8px;
	}
	
}

/* .silkor-block.services-txtimg h1, .silkor-block.services-txtimg h2,
.silkor-block.services-txtimg h3, .silkor-block.services-txtimg h4,
.silkor-block.services-txtimg h5, .silkor-block.services-txtimg h6 {
  font-size: revert;
  font-weight: revert;
  margin: revert;
  line-height: revert;
} */

.silkor-block.services-txtimg em { font-style: italic; }
