#id_customtext_1 {
    display:flex;
	position:relative;
	flex-wrap:wrap;
	margin-left: 80px;
	margin-right: 80px;
	margin-top:100px;
	position:relative;
	z-index:1;
	margin-bottom:80px;
}
#id_customtext_1 .text_area, #id_customtext_1 .image_area{
    width:50%;
}
#id_customtext_1 .image_area img{
	width: 100%;
	height: auto;
}
#id_customtext_1 .titles_area{
	background-image:url('../img/background-about-title.png');
	background-repeat:no-repeat;
	background-position:left center;
	margin: 0;
	padding: 50px;
	background-size: contain;
	padding-left: 30px;
}
#id_customtext_1 .titles_area .title{
	font: normal normal 400 30px/37px Montserrat;
	letter-spacing: 1.5px;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px #0000004D;
	text-transform: uppercase;
	margin:0;
}
#id_customtext_1 .titles_area .subtitle{
	font: normal normal 800 30px/40px Montserrat;
	letter-spacing: 2px;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px #0000001C;
	text-transform: uppercase;
	margin:0;
}
#id_customtext_1 .text_area .text_content{
	padding: 100px 180px 100px 180px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	margin-top: -20px;
	margin-left: -220px;
	background: #fff;
}
#id_customtext_1 .text_area .text_content > *{
	font: normal normal 500 15px/28px Montserrat;
	letter-spacing: 0.75px;
	color: #1D1D1B;
}
#id_customtext_1 .text_area .text_content a.btn{
	background: linear-gradient(to left, #E3C169 50%, #fff 50%) right;
	padding:12px 25px;
	border-radius:30px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:14px;
	letter-spacing:0.7px;
	font-weight:700;
	display:inline-block;
	margin-top:20px;	
    background-size: 200%;
    transition: .5s ease-out;
	border:1px solid #E3C169;
	display: inline-block;
    text-align: center;
    max-width: 100%;
    white-space: normal;
}
#id_customtext_1 .text_area .text_content a.btn:hover,
#id_customtext_1 .text_area .text_content a.btn:focus{
	background-position: left;
	color:#E3C169!important;
}
#id_customtext_1 .text_area .content{
	position:relative;
}
#id_customtext_1 .text_area .content #deco_surf{
	position: absolute;
	left: -450px;
	top: 0;
}
#id_customtext_1 .text_area .text_content{
	background-image:url('../img/pattern-about.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
}
#id_customtext_1 .text_area .content #madeinbritain{
	position:absolute;
	left:-680px;
	bottom:120px;
	font: normal normal 700 42px/52px Chantal;
	letter-spacing: 0px;
	color: #E3C169;
	text-shadow: 0px 0px 10px #FFFFFF6E;
	text-transform: uppercase;
}
#more_custom_text{
	display:none;
}

@media(max-width:1650px){
	#id_customtext_1 .text_area .text_content{
		padding: 50px 100px 80px 100px;
		margin-left: -380px;
	}	
	#id_customtext_1 .text_area .content #deco_surf{
		left: -568px;
		max-width: 325px;
	}
	#id_customtext_1 .text_area .content #madeinbritain{
		left: -318px;
		bottom: -65px;
		font-size:35px;
		line-height:40px;
	}
}
@media(max-width:1450px){
	#id_customtext_1{
		margin-left:20px;
		margin-right:20px;
		margin-top:0;
	}
	#id_customtext_1 .titles_area .subtitle{
		font-size:30px;
		line-height:40px;
	}
	#id_customtext_1 .titles_area .title{
		font-size:25px;
		line-height:30px;
	}
}
@media(max-width:991px){
	#id_customtext_1 .text_area{
		width:100%;
	}
	#id_customtext_1 .image_area, #id_customtext_1 .text_area .content #deco_surf{
		display:none;
	}
	#id_customtext_1 .text_area .text_content{
		margin-left:0;
		padding:50px;
	}
	#id_customtext_1 .text_area .content #madeinbritain{
		left:inherit;
		right:0;
	}
}
@media(max-width:767px){
	#id_customtext_1 .text_area .text_content > *{
		line-height:25px;
	}
	#id_customtext_1 .text_area .text_content{
		padding:40px 30px;
	}	
}
@media(max-width:550px){
	#id_customtext_1 .titles_area .subtitle{
		font-size: 25px;
		line-height: 30px;
	}
	#id_customtext_1 .titles_area .title {
		font-size: 20px;
		line-height: 25px;
	}
	#id_customtext_1 .text_area .content #madeinbritain{
		font-size: 22px;
		line-height: 40px;
		bottom:-50px;
	}
	#id_customtext_1{
		margin-top:20px;
	}
	#more_custom_text{
		display: block;
		position: absolute;
		bottom: 0;
		background: #ffffff;
		width: 100%;
		margin: 0;
		padding: 20px;
		cursor: pointer;
		color: #e3c169;
		font-size: 15px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 2px;
		box-shadow: 0 -40px 50px 10px rgb(255 255 255 / 90%), 0px 0px 0px 0px #fff;
	}
	#id_customtext_1 .text_area .text_content:not(.open){
		height:300px;
		overflow:hidden;
	}	
	#id_customtext_1 .text_area .text_content.open{			
		height:100%;		
	}
}
@media(max-width:480px){
	#id_customtext_1 .titles_area{
		background:none;
		padding:0;
	}
	#id_customtext_1 .titles_area .title,
	#id_customtext_1 .titles_area .subtitle	{
		color:#e3c169;
		text-shadow:none;
	}
	#id_customtext_1 .text_area .text_content{
		margin-top:20px;
		padding:20px;
	}	
	#id_customtext_1 .text_area .text_content > * {
		line-height: 18px;
		font-size: 14px;
	}
	#id_customtext_1 .text_area .text_content a.btn{
		margin-top:0;
	}
}