header .button_social_group {
	display: flex;
	align-items: center;
}
body #header-outer[data-format="left-header"] .buttons.sf-menu {
	margin-top: 0;
}
body .row .box-line p {
	font-size: 23px;
	line-height: 33px;
	font-weight: 500;
	font-family: 'paralucent';
}
body .row .box-line h3 {
	font-size: 31px;
	line-height: 36px;
	font-weight: bold;
	font-family: 'paralucent';
	margin-bottom: 20px;
}
body .row .box-line h4 {
	color: #0F9BF2;
	font-size: 15px;
	line-height: 22px;
	font-family: 'paralucent';
	font-weight: bold;
	margin-bottom: 45px;
}
.box-line {
	position: relative;
	margin-left: 250px;
	max-width: 69%;
	margin-bottom: 0 !important;
}
.box-line.one {
	border: solid #B1D7E6;
	border-width: 0 0 2px 2px;
	border-bottom-left-radius: 44px;
	padding: 0 100px 117px 170px;
	margin-top: 55px;
}
.box-line.two {
	border: solid #B1D7E6;
	border-width: 2px 2px 2px 0;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	margin-left: 290px;
	margin-top: -2px;
	padding: 115px 22% 110px 0;
}
.box-line.two h4, .box-line.two h3, .box-line.two p {
	transform: translateX(-34px);
}
#ajax-content-wrap .box-line img {
	max-width: 260px;
}
.box-line.three {
	margin-top: -2px;
	padding: 146px 118px 172px 170px;
}
.box-line.one img {
	position: absolute;
	top: -47px;
	left: -132px;
	display: block;
}
.box-line.two img {
	position: absolute;
	right: -132px;
	top: 118px;
}
.box-line.three img {
	position: absolute;
	left: -129px;
	z-index: 2;
	top: 93px;
}
.box-line::before {
	position: absolute;
	font-size: 211px;
	/* background: red; */
	overflow: hidden;
	height: 209px;
	line-height: 190px;
	font-family: 'paralucent';
	font-weight: bold;
	color: #F0F0F0;
}
.box-line.one::before {
	content: '01';
	left: -262px;
	top: -84px;
}
.box-line.two::before {
	content: "02";
	right: 30px;
	top: 72px;
}
.box-line.three::before {
	content: "03";
	left: -263px;
	top: 25px;
}
.box-line.three::after {
	content: "";
	border-left: 2px solid #B1D7E6;
	position: absolute;
	left: -2px;
	height: 150px;
	top: 0;
	width: 100px;
	border-radius: 50px 0;
	border-top: 2px solid #B1D7E6;
	z-index: 1;
}
