html .wp-block-acf-silkor-the-story {max-width: unset; }
html .wp-block-acf-the-story { max-width: unset; }

.silkor-the-story .the-story-columns
{
/*	display:flex;
	flex-wrap: wrap;*/
}

.silkor-the-story .the-story-columns .the-story-content-div
{
/*	width:40%;
	display:flex;*/
	flex-direction:column;
	justify-content:center;
}

.silkor-the-story .the-story-columns .the-story-image-div
{
/*	width:60%;
	display:flex;*/
	align-content:center;
	align-items:center;
	justify-content:center;
	justify-items:center;
}

.silkor-the-story .the-story-columns .the-story-image-div img
{
	width:100%;
}

.silkor-the-story .appointment_btn
{
	font-weight:600;
	margin-top:50px;
	font-family: 'silkor';
}
	
.silkor-the-story .zigzag-line
{
	display:inline-block;
	height:7px;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
	width:65px;
}
	
.silkor-the-story .section-content-text
{
	margin-top:40px;
	font-family: 'silkor';
}
	
.silkor-the-story .section-title-inner-div
{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-content: start;
    justify-content: start;
    justify-items: start;
	align-items:start;
}

.silkor-the-story .section-title-inner-div	.section-title-inner-title-div
{
	display: flex;
	flex-direction: row;
	flex-wrap:nowrap;
	align-content:center;
	align-items:center;
	justify-content:center;
	justify-items:center;
}


.silkor-the-story .section-title-inner-div h2
{
	font-family: 'silkor';
	font-size: 65px;
	line-height:1;
    font-weight: bold;
    font-style: normal;
	letter-spacing: 1.02px;
    color: #333333;
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
	position:relative;
}

.silkor-the-story  .section-title-inner-div-subtitle
{
	font-family: 'silkor';
	color: #333333;
    font-size: 25px;
    line-height: 1.2;
	letter-spacing: 0.39px;
	font-weight:600;
	text-align:inherit;
	margin-top:30px;
}
	
.silkor-the-story .section-title-inner-div p
{
	font-family: 'silkor';
	color: #333333;
    font-size: 22px;
    line-height: 1.2;
	letter-spacing: 0.39px;
	text-align:inherit;
}
	
.silkor-the-story .section-title-inner-div img
{
	margin-top:10px;
	width:65px;
	height:7px;
	display:none;
}
	
.silkor-the-story .section-content-text p
{
	font-size:20px;
}

@media only screen and (max-width:992px)
{
	.silkor-the-story  .section-title-inner-div-subtitle
	{
		margin-top:15px;
	}
	
	.silkor-the-story .zigzag-line
	{
		display:block;
		margin-left:0px;
		margin-right:0px;
		margin-top:10px;
	}
	
	.silkor-the-story .section-title-inner-div h2
	{
		display: flex;
    	flex-direction: column;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	
	html .silkor-the-story {
		max-width: unset;
		padding-top:40px;
		padding-bottom:40px;
	}
	
/*	.silkor-the-story .the-story-columns
	{
		flex-direction: column-reverse;
	}*/
	
/*	.silkor-the-story .the-story-columns .the-story-content-div
	{
		width:100%;
	}
*/
	.silkor-the-story .the-story-columns .the-story-image-div
	{
	/*	width:100%; */
		margin-bottom:30px;
	}

}

@media only screen and (max-width:1200px)
{

}
	
@media only screen and (max-width:768px)
{
	.silkor-the-story .section-title-inner-div h2
	{
		font-size:1.875rem;
		margin-left:0px;
		margin-right:0px;
		padding-right:0px !important;
		padding-left:0px !important;
		display: flex;
    	justify-content: start;
	}
	
	.silkor-the-story .section-title-inner-div	.section-title-inner-title-div
	{
		flex-direction:column;
	}
	
	.silkor-the-story .section-title-inner-div p
	{
		font-size: 1.25rem;
	}
	
	.silkor-the-story .section-title-inner-div img
	{
		display:block;
	}
}
