
.module-image-content{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:0;
	flex-direction:column-reverse;
	margin:0 -15px 0 -15px;
}

.module-image-content__image-container{
	display: flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;	
	width:100%;	
	margin-bottom:1rem;
	
}

.module-image-content__image{
	border-radius:25px;
	box-shadow:0 10px 30px 0 rgba(0,0,0,0.3);
}

.module-image-content__content-container{
	width:100%;
	display:flex;
	flex-direction:column;	
	padding: 0 15px;	
}
.module-image-content .module__editor h3{
	font-weight:normal;
	font-size:3rem;
	letter-spacing:3px;
	text-align: center;
}

@media (min-width:992px){
	
	
	.module-image-content .module__editor h3{
		text-align:left;		
	}
	
}

.module-image-content:nth-of-type(odd) .module-image-content__image-container,
.module-image-content:nth-of-type(even) .module-image-content__image-container{
	padding-bottom:1rem;	
}

.module-image-content__gallery-container{
	margin-top:25px;
	height:auto;
	position:relative;
	width:100%;
	padding-left:15px;
	padding-right:15px;
}

.module-image-content__gallery-image{
	border-radius:10px;
	width:100%;	
	height:250px;	
	position:relative;
	margin:auto;
	background-position:center center;
	background-repeat: no-repeat;
	background-size:cover;
}

.module-image-content__gallery-image:nth-of-type(2){
	display:none;
}

@media (min-width:992px){	
	
	.module-image-content__gallery-container{
		margin-top:25px;
		height:475px;
		position:relative;
		width:45%;
	}
	
	.module-image-content__gallery-image:nth-of-type(2){
	  display:block;
	}
	
	.module-image-content__gallery-image{
		border-radius:10px;
		box-shadow:0 10px 30px 0 rgba(0,0,0,0.3);
		width:75%;
		width:350px;
		height:265px;	
		background-position:center center;
		background-repeat: no-repeat;
		background-size:cover;
	}

	.module-image-content__gallery-image:first-of-type{
		position:absolute;	
		z-index:1048;
	}
	
	.module-image-content__gallery-image:last-of-type{
		position:absolute;
		z-index:1050;
	}
}


@media (min-width:576px){
	
	.module-image-content{
		margin:0 auto;
	}
	
	.module-image-content:nth-of-type(odd) .module-image-content__image-container{
		padding-bottom:1rem;
		margin-right:3rem;
		margin-left:3rem;
	}
	
	.module-image-content:nth-of-type(odd) .module-image-content__image{
		margin-left:auto;
		margin-right:-1rem;
		margin-top:-1rem;	
	}

	.module-image-content:nth-of-type(even) .module-image-content__image-container{
		padding-bottom:1rem;
		margin-left:3rem;	
		margin-right:3rem;
	}
	.module-image-content:nth-of-type(even) .module-image-content__gallery-container{
		margin-right:5%;		
	}
	.module-image-content:nth-of-type(even) .module-image-content__image{
		margin-right:auto;
		margin-left:-1rem;
		margin-top:-1rem;	
	}
	.module-image-content:nth-of-type(odd) .module-image-content__content-container{
		padding:0;
		padding-right:5%;
	}
	.module-image-content:nth-of-type(even) .module-image-content__content-container{
		padding:0;
		padding-left:5%;
	}
	
}

@media (min-width:992px){
	.module-image-content:nth-of-type(odd) .module-image-content__image-container{
		padding-bottom:1rem;
		margin-right:3rem;
		margin-left:auto;
	}
	.module-image-content:nth-of-type(odd) .module-image-content__image-container{
		padding-bottom:1rem;
		margin-right:3rem;
		margin-left:auto;
	}
	
	.module-image-content:nth-of-type(even) .module-image-content__image-container{
		padding-bottom:1rem;
		margin-left:3rem;
		margin-right:auto;
	}
	.module-image-content{
		flex-direction:row;
		padding:3rem 0;
	}
	.module-image-content:nth-of-type(odd){
		flex-direction: row;
	}
	.module-image-content:nth-of-type(even){
		flex-direction: row-reverse;
	}
	.module-image-content:first-of-type{
		padding:0 0 3rem 0;
	}
	.module-image-content__image-container,
	.module-image-content__content-container{
		width:50%;	
		margin-bottom:0;
	}
	
	.module-image-content:nth-of-type(odd) .module-image-content__gallery-container{
		margin-left:5%;		
	}
	.module-image-content:nth-of-type(even) .module-image-content__gallery-container{
		margin-right:5%;		
	}
	
	.module-image-content:nth-of-type(odd) .module-image-content__gallery-image:first-of-type{		
		top:0;
		left:0;		
	}
	.module-image-content:nth-of-type(odd) .module-image-content__gallery-image:last-of-type{		
		bottom:0;
		right:0;		
	}
	.module-image-content:nth-of-type(even) .module-image-content__gallery-image:first-of-type{		
		top:0;
		right:0;		
	}
	.module-image-content:nth-of-type(even) .module-image-content__gallery-image:last-of-type{		
		bottom:0;
		left:0;		
	}
	
}




.module__content-box{
	border: 5px solid rgba(164,173,153,1);
  max-width: 800px;
  margin: auto;
	margin-bottom:2rem;
  position: relative;
  padding: 2.5rem 1rem 1.5rem 1rem;
}
.module__content-box .module__editor{
	padding-bottom:0;
}
.module__content-box h4{
	font-weight:700;
	font-size: 1.75rem;
}
.module__content-box i{
	position: absolute;
  top: 0;
	bottom:0;
  left: 50%;
  right: 50%;
  margin: auto;
  width: auto;
  transform: translateY(-50%);
  text-align: center;
  color: rgba(120,0,60,1); 
	display:flex;
	justify-content:center;
	align-items:center;
}

@media (min-width:576px){
	.module__content-box i{
		top: 0;
		bottom:0;
		left: 0; 
		right:auto;
		transform: translateX(-50%);
	}
	.module__content-box{	
		margin-bottom:3rem;
		padding: 1.5rem 1.5rem 1.5rem 3rem;
	}
}

.module__content-box i::before{
	background-color: #fff;
  border: 2px solid #fff;
}


.module-lead{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	max-width:800px;
	padding:0;
	text-align:center;
	margin:auto;
}

.module-lead__heading{
	font-size:1.5rem;
	font-weight:bold;
}
.module-lead__editor{
 padding-top:0rem;
 padding-bottom:0rem;
}
.module-lead__editor p:last-of-type{
 margin-bottom:0;
}
.module-lead__divider{
	width:33%;
	height:5px;
	margin: 2rem auto;
	background-color: rgba(120,0,60,0.8);
}

