.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%;
}
.vIcon {
    width:40px;
    position:absolute;
    top:calc(50% - 20px);
    left:0;
    right:0;
}
.info_item_img img {
	width: 200px;
	height: 200px;
}
.hexagon_shape {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.info_section {
    float: left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
	border-top: 1px solid #d6be79
}
.info_icons_section {
    float: left;
	width: 100%;
	margin-top:10px;
	margin-bottom:30px;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	float: right;
	width: 21.25%;
	margin-left: 5%;
	margin-bottom: 0;
	display: inline-block;
	position: relative;
	border: 0px solid #dedede;
	border-bottom: 3px solid #d6be79;
	box-sizing:border-box;
	padding:10px 20px 10px 20px;
	box-shadow: 0px 0px 30px 0 rgb(158 158 160 / 10%);
}
.info_item:nth-of-type(4n) {
	margin-left:0;
}
.info_item_img {
	float: right;
	width:200px;
	height: 200px;
	margin-left:calc(50% - 100px);
	margin-right:calc(50% - 100px);	
	display: inline-block;
	position:relative;
}
.info_item_content {
	float: right;
	width: 100%;
}
.info_item_name {
	float: right;
	width: 100%;
	font-size: 32px;
	display:block;
	margin-bottom: 0;
}
.info_item_text {
	float: right;
	width: 100%!important;
	height: 155px;
	overflow: hidden;
	visibility: visible;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.info_section {
    float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #d6be79
}
.info_icons_section {
    float: left;
	width: 100%;
	margin-top:10px;
	margin-bottom:30px;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	float: right;
	width: 21.25%;
	margin-left: 5%;
	margin-bottom: 0;
	display: inline-block;
	position: relative;
	border: 0px solid #dedede;
	border-bottom: 3px solid #d6be79;
	box-sizing:border-box;
	padding:10px 20px 10px 20px;
	box-shadow: 0px 0px 30px 0 rgb(158 158 160 / 10%);
}
.info_item:nth-of-type(4n) {
	margin-left:0;
}
.info_item_img {
	float: right;
	width:200px;
	height: 200px;
	margin-left:calc(50% - 100px);
	margin-right:calc(50% - 100px);	
	display: inline-block;
	position:relative;
}
.info_item_content {
	float: right;
	width: 100%;
}
.info_item_name {
	float: right;
	width: 100%;
	font-size: 26px;
	display:block;
	margin-bottom: 0;
}
.info_item_text {
	float: right;
	width: 100%!important;
	height: 210px;
	overflow: hidden;
	visibility: visible;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.info_section {
    float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #d6be79
}
.info_icons_section {
    float: left;
	width: 100%;
	margin-top:10px;
	margin-bottom:30px;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	float: right;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	border: 0px solid #dedede;
	border-bottom: 2px solid #d6be79;
	box-sizing:border-box;
	padding:10px 20px 10px 20px;
	box-shadow: 0px 0px 30px 0 rgb(158 158 160 / 10%);
}
.info_item:nth-of-type(4n) {
	margin-left:0;
}
.info_item_img {
	float: right;
	width:200px;
	height: 200px;
	margin-left:calc(50% - 100px);
	margin-right:calc(50% - 100px);	
	display: inline-block;
	position:relative;
}
.info_item_content {
	float: right;
	width: 100%;
}
.info_item_name {
	float: right;
	width: 100%;
	font-size: 26px;
	display:block;
	margin-bottom: 0;
}
.info_item_text {
	float: right;
	width: 100%!important;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.info_section {
    float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 40px;
	border-top: 1px solid #d6be79
}
.info_icons_section {
    float: left;
	width: 100%;
	margin-top:10px;
	margin-bottom:10px;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	float: right;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	border: 0px solid #dedede;
	border-bottom: 2px solid #d6be79;
	box-sizing:border-box;
	padding:10px 20px 10px 20px;
	box-shadow: 0px 0px 30px 0 rgb(158 158 160 / 10%);
}
.info_item:nth-of-type(4n) {
	margin-bottom: 0px;
}
.info_item:last-child {
	margin-left:0;
}
.info_item_img {
	float: right;
	width:200px;
	height: 200px;
	margin-left:calc(50% - 100px);
	margin-right:calc(50% - 100px);	
	display: inline-block;
	position:relative;
}
.info_item_content {
	float: right;
	width: 100%;
}
.info_item_name {
	float: right;
	width: 100%;
	font-size: 26px;
	display:block;
	margin-bottom: 0;
}
.info_item_text {
	float: right;
	width: 100%!important;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.info_section {
    float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #d6be79
}
.info_icons_section {
    float: left;
	width: 100%;
	margin-top:10px;
	margin-bottom:30px;
}
.free_items {
	float: right;
	width: 100%;
}
.info_item {
	float: right;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	border: 0px solid #dedede;
	border-bottom: 2px solid #d6be79;
	box-sizing:border-box;
	padding:10px 20px 10px 20px;
	box-shadow: 0px 0px 30px 0 rgb(158 158 160 / 10%);
}
.info_item:nth-of-type(4n) {
	margin-bottom: 0px;
}
.info_item:last-child {
	margin-left:0;
}
.info_item_img {
	float: right;
	width:200px;
	height: 200px;
	margin-left:calc(50% - 100px);
	margin-right:calc(50% - 100px);	
	display: inline-block;
	position:relative;
}
.info_item_content {
	float: right;
	width: 100%;
}
.info_item_name {
	float: right;
	width: 100%;
	font-size: 26px;
	display:block;
	margin-bottom: 0;
}
.info_item_text {
	float: right;
	width: 100%!important;
}
}