/*================About-New-Module======================*/
.bethemesme_about {
	padding: 20px 10px;
}
.bethemesme_about .bethemesme_about_caption{
	text-align:center;
}
.bethemesme_about .bethemesme_about_caption .bethemesme_about_title{
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	color: #b6b6b6;
	font-family: "Poppins", sans-serif;
}
.bethemesme_about .bethemesme_about_caption h2.bethemesme_about_sub_title{
	padding-bottom:20px;
	position:relative;
	margin-top: 22px;
	font-size: 50px;
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.28;
	letter-spacing: 1px;
	font-family: "Poppins", sans-serif;
}

.bethemesme_about .bethemesme_about_caption .bethemesme_about_content{
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.73;
	letter-spacing: normal;
	color: #888888;
	margin: 10px 0 0;
	font-family: "Poppins", sans-serif;
}
.bethemesme_about .bethemesme_about_caption .bethemesme_about_sub_title.sepline:before, 
.bethemesme_about .bethemesme_about_caption .bethemesme_about_sub_title.sepline:after{
	position: absolute;
	content: "";
}
.bethemesme_about .bethemesme_about_caption .bethemesme_about_sub_title.sepline:before{
	border-top-width: 3px;
	border-top-style: solid;
}
.bethemesme_about .bethemesme_about_caption .bethemesme_about_sub_title.sepline:after{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #ddd;
}
.bethemesme_about .bethemesme_about_caption .bethemesme_about_sub_title.sepline:before {
	width: 50px;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
	transition: width .7s;
	color: #f43a5b;

}
.bethemesme_about .bethemesme_about_caption .bethemesme_about_sub_title.sepline:after {
	width: 150px;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
} 
.bethemesme_about .bethemesme_about_caption .bethemesme_about_sub_title.sepline:hover:before {
	width: 150px
}
@media screen and (min-width:320px) and (max-width:575px){
	.bethemesme_about .bethemesme_about_caption h2.bethemesme_about_sub_title{
		font-size:36px;
	}
}
