.text-full-height-image-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch
}

	.text-fh-image-image {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		width: 50%;
	}

	.text-full-height-image-wrap.text-left .text-fh-image-image {
		order: 1;
	}

	.text-full-height-image-wrap.text-right .text-fh-image-image {
		order: 0;
	}

	.text-fh-image-text {
		width: 50%;
	}

		.text-full-height-image-wrap.text-left .text-fh-image-text {
			order: 0;
			padding: 80px 100px 80px 15px;
			margin: 0 0 0 auto;


		}

		.text-full-height-image-wrap.text-right .text-fh-image-text {
			order: 1;
			padding: 80px 15px 80px 100px;
			margin: 0 auto 0 0;


		}

	.text-fh-image-text {
		width:100%;
		max-width: 625px;
		margin: 0 0 0 auto;
	}

@media (max-width:1300px) {
	.text-fh-image-text {
		padding-left: 15px;
	}
}
@media (max-width:1200px) {
	.text-fh-image-text {
		padding-right: 40px;
	}
}	

@media (max-width:1023px) {
	.text-fh-image-text {
		padding: 60px 30px 60px 15px;
	}
}
@media (max-width:960px){
	.text-fh-image-image {
		width:100%;
		height: 45vw;
		order:0;
	}
	
	.text-full-height-image-wrap {
		flex-direction: column;
	}
	.text-fh-image-text {
		padding: 60px 15px;
		max-width: none;
		order:1;
		width:100%;
	}
	
	.text-full-height-image-wrap.text-right .text-fh-image-text,
	.text-full-height-image-wrap.text-left .text-fh-image-text{
		margin:0;
		padding: 30px 15px;
	}
	
	.text-full-height-image-wrap.text-left .text-fh-image-text {
		order: 1;
	}
	
}
@media (max-width:767px) {
	
	
	
	
	.text-full-height-image-wrap.text-right .text-fh-image-text,
	.text-full-height-image-wrap.text-left .text-fh-image-text 
	{
		padding: 40px 15px 40px 15px;
	}

}.footer-5-content {
	display: flex;
	align-items: stretch;
}

	.box {
		width:100%;
		padding: 40px 30px;
		font-size: 14px;
	}

	.box:first-child:nth-last-child(4), .box:first-child:nth-last-child(4) ~ .box {
		width:25%;
	}

	.icon-list-item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 15px;
	}

	.icon-list-item > .fa,
	.icon-list-item > .fas {
		font-size: 24px;
		line-height: 1;
	}

	.icon-list-text {
		width: calc(100% - 40px);
		text-align: left;
	}

	.icon-list-text a {
		color: inherit;
		text-decoration: none;
	}

@media (max-width:1200px) {
	.footer-5-content {
		padding-left: 0;
		padding-right: 0;
	}	
}

@media (max-width: 960px) {
	.footer-5-content {
		flex-wrap: wrap;
	}
	
	.box:first-child:nth-last-child(4), .box:first-child:nth-last-child(4) ~ .box {
    	width: 50%;
	}
}

@media ( max-width: 767px ) {
	.box {
		width: 100% !important;
	}
}