.free_side_sections_wrapper {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.fss_item {
	float: right;
	width: 100%;
	position: relative;
}
.fss_item_left {
	float: left;
	width: 100%;
	position: relative;
}
.fss_item_right {
	float: right;
	width: 100%;
	position: relative;
}
.fss_content_right {
	float: right;
	box-sizing: border-box;
}
.fss_content_left {
	float: left;
	box-sizing: border-box;
}
.fss_text_container {
	width: 100%;
	display: table;
	direction: rtl;
}
.fss_text_content {
	display: table-cell;
	vertical-align: middle;
}
.fss_content_title {
	float: right;
	width: 100%;
	margin-bottom: 10px;
}
.fss_content_text {
	float: right;
	width: 100%;
}
.fss_item:last-child {
	margin-bottom: 0;
}
.fss_btn {
	width: auto;
	text-align: center;
	box-sizing: border-box;
	height: 40px;
	display: flex;
	padding: 0 25px 0 25px;
	position: relative;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.fss_btn:hover {	
	opacity:1;
	background-color:#000!important
}
.fss_btn:focus {
	opacity:1;
}
 @media all and (min-width: 1438px) {
.fss_item {
	height: 500px;
	margin-bottom:0px;
}
.fss_item_left {
	height: 500px;
}
.fss_item_right {
	height: 500px;
}
.fss_item_img_right {
	float: left;
	width: 50%;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	visibility: visible;
}
.fss_item_img_left {
	float: right;
	width: 50%;
	height: 500px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	visibility: visible;
}
.fss_content_right {
	width: 50%;
	padding-left: 60px;
	padding-right: 60px;
	height: 500px;
}
.fss_content_left {
	width: 50%;
	padding-left: 60px;
	padding-right: 60px;
	height: 500px;
}
.fss_text_container {
	height: 500px;
}
}
 @media all and (max-width: 1439px) and (min-width: 769px) {
.fss_item {
	height: 450px;
	margin-bottom:0px;
}
.fss_item_left {
	height: 450px;
}
.fss_item_right {
	height: 500px;
}
.fss_item_img_right {
	float: left;
	width: 50%;
	height: 450px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	visibility: visible;
}
.fss_item_img_left {
	float: right;
	width: 50%;
	height: 450px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	visibility: visible;
}
.fss_content_right {
	width: 50%;
	padding-left: 50px;
	padding-right: 50px;
	height: 450px;
}
.fss_content_left {
	width: 50%;
	padding-left: 60px;
	padding-right: 60px;
	height: 450px;
}
.fss_text_container {
	height: 450px;
}
}
 @media (max-width: 768px) and (min-width: 319px) {
.fss_item {
	margin-bottom: 30px
}
.fss_item_left {
}
.fss_item_right {
}
.fss_item_img_right {
	float: right;
	width: 100%;
	height: 300px;
}
.fss_item_img_left {
	float: right;
	width: 100%;
	height: 300px;
}
.fss_content_right {
	width: 100%;
	padding: 20px;
}
.fss_content_left {
	width: 100%;
	padding: 20px;
}
.fss_text_container {
}
.fss_text_content {
}
.fss_content_title {
	margin-bottom: 5px;
	line-height: 1.1em;
}
}