.hexagons a {
	color: inherit;
	text-decoration: none;
}  @media (min-width: 768px) {
.hexa {
	position: relative;
	width: 190px;
	height: 166px;
	text-align: center;
	line-height: 166px;
	margin: 0 auto 15px auto;
}

.hexa:after,
.hexa:before {
	position: absolute;
	content: "";
	z-index: 1;
	top: 0;
	width: 0px;
	background: #fff;
	border-top: 84px transparent solid;
	border-bottom: 83px transparent solid;
}

.hexa:before {
	left: 0;
	border-right-color: inherit;
    border-right-style: solid;
    border-right-width: 50px;
}
.hexa:after {
	right: 0;
	border-left-color: inherit;
    border-left-style: solid;
    border-left-width: 50px;
}
}
  
