.services_home {
	float: left;
	width: 100%;
	padding-top: 50px;
	background-color:#fff
}
.free_item {
	float: right;
	display: inline-block;
	position:relative;
}
.free_item_name {
	float: left;
	width: 100%;
	text-decoration: none;	
	direction: ltr;
	padding-top:15px;
	padding-bottom: 5px;
	font-size:18px;
}
.free_item_content {
	float: left;
	width: 100%;
	padding-bottom:15px;
	height: 90px;
	overflow: hidden;
	visibility: visible;
}
.free_item_img {
	float: right;
	width: 100%;
	margin-bottom: 10px;
}
.free_item .imageStyle {
	float: right;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	visibility: visible;
}
.free_item img {
	-webkit-transition: all 0.90s ease-in-out;
	-moz-transition: all 0.90s ease-in-out;
	-o-transition: all 0.90s ease-in-out;
	-ms-transition: all 0.90s ease-in-out;
	transition: all 0.90s ease-in-out;
	display: inline-block;
	width: 100%;
	max-width: 100%;
}
.free_item:hover img {
	opacity: 1;
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	transition: background-color all 0.2s ease-out;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.90s ease-in-out;
	-moz-transition: all 0.90s ease-in-out;
	-ms-transition: all 0.90s ease-in-out;
	-o-transition: all 0.90s ease-in-out;
	width: 100%;
	max-width: 100%;
}
.free_item_btn {
	width: auto;
	float: left;
	font-size: 14px;
	padding: 8px 10px 8px 10px;
	direction: ltr;
	text-align:center;
	font-weight:400;
	color: #fff;
	background-color: #13823e;
	margin-top:10px;
	margin-top:10px;
}
.free_item_btn:hover {
	background-color: #98c53c;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.free_section {
    float: left;
	width: 100%;
	padding-top: 7%;
}
.free_items {
	float: left;
	width: 100%;
	margin-top:50px;
}
.free_item {
	display: block;
	float: left;
	width: 20%;
	margin-right: 6.6%;
	margin-bottom: 80px;
}
.free_item:nth-of-type(4n) {
	margin-right:0;
}
.free_item_img {
	float: right;
	width: 70px;
	margin-right: calc(50% - 35px);
	margin-left: calc(50% - 35px);
	margin-bottom: 30px;
}
.free_item .title {
	float: right;
	width: 100%;
	padding-bottom: 5px;
}
.free_item .content {
	float: right;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.free_section {
    float: left;
	width: 100%;
	padding-top: 7%;
}
.free_items {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.free_item {
	display: block;
	float: left;
	width: 20%;
	margin-right: 6.6%;
	margin-bottom: 80px;
}
.free_item:nth-of-type(4n) {
	margin-right:0;
}
.free_item_img {
	float: right;
	width: 70px;
	margin-right: calc(50% - 35px);
	margin-left: calc(50% - 35px);
	margin-bottom: 30px;
}
.free_item .title {
	float: right;
	width: 100%;
	padding-bottom: 5px;
}
.free_item .content {
	float: right;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 659px) {
.free_section {
    float: left;
	width: 100%;
	padding-top: 7%;
}
.free_items {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 40px;
}
.free_item {
	display: block;
	float: left;
	width: 45%;
	margin-right: 10%;
	margin-bottom: 50px;
}
.free_item:nth-of-type(2n) {
	margin-right:0;
}
.free_item:nth-of-type(3n) {
	margin-bottom: 0px;
}
.free_item:nth-of-type(4n) {
	margin-bottom: 0px;
}
.free_item_img {
	float: right;
	width: 70px;
	margin-right: calc(50% - 35px);
	margin-left: calc(50% - 35px);
	margin-bottom: 10px;
}
.free_item .title {
	float: right;
	width: 100%;
	padding-bottom: 5px;
}
.free_item .content {
	float: right;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {
.free_section {
    float: left;
	width: 100%;
	padding-top: 7%;
}
.free_items {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 40px;
}
.free_item {
	display: block;
	float: left;
	width: 45%;
	margin-right: 10%;
	margin-bottom: 50px;
}
.free_item:nth-of-type(2n) {
	margin-right:0;
}
.free_item:nth-of-type(3n) {
	margin-bottom: 0px;
}
.free_item:nth-of-type(4n) {
	margin-bottom: 0px;
}
.free_item_img {
	float: right;
	width: 70px;
	margin-right: calc(50% - 35px);
	margin-left: calc(50% - 35px);
	margin-bottom: 10px;
}
.free_item .title {
	float: right;
	width: 100%;
	padding-bottom: 5px;
}
.free_item .content {
	float: right;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.services_home {
	padding-top: 25px;
}
.free_section {
    float: left;
	width: 100%;
	padding-top: 7%;
}
.free_items {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 0px;
}
.free_item {
	display: block;
	float: left;
	width: 100%;
	margin-right: 0;
	margin-bottom: 40px;
}
.free_item:nth-of-type(2n) {
	margin-right:0;
}
.free_item_img {
	float: right;
	width: 70px;
	margin-right: calc(50% - 35px);
	margin-left: calc(50% - 35px);
	margin-bottom: 5px;
}
.free_item .title {
	float: right;
	width: 100%;
	padding-bottom: 5px;
}
.free_item .content {
	float: right;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.free_item_content {
	padding-bottom: 0px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.free_section {
    float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 0px;
}
.free_items {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 0px;
}
.free_item {
	width: 100%;
	margin-right:0;
	margin-bottom: 30px;
}
.free_item:nth-of-type(2n) {
	margin-right:0;
}
.free_item_name {
	font-size: 18px;
}
.free_item_content {
	font-size: 15px;
	height:80px;
	overflow: hidden;
	visibility: visible;
}
}