
.fuzu-card {
  /* Add shadows to create the "card" effect */
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  display: block;
  margin-bottom: 20px;
  float: left;
  width: 100%;
  position: relative;
}

.fuzu-uppercase{
  text-transform: uppercase;
}

/* On mouse-over, add a deeper shadow */
/* .fuzu-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
} */

/* Add some padding inside the card container */
.fuzu-container {
  padding: 20px;
  float: left;
  width: 100%;
  position: relative;
}

.fuzu-third{
  position: relative;
  float:left;
  box-sizing: border-box;
}

/* General button style (reset) */
.fuzu-btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 5px 50px;
	display: inline-block;
	text-transform: uppercase;
  text-decoration: none;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/* Button 4 */
.fuzu-btn-4 {
	border-radius: 50px;
  background: #ff801e;
	border: 3px solid #ff801e; /*recommended brand highlight color*/
	color: #fff; /*recommended brand highlight color*/
	overflow: hidden;
}

.fuzu-btn-4:active {
	border-color: #ff801e;
	color: #ff801e;
}

.fuzu-btn-4:hover {
  background: inherit; /*recommended brand highlight color*/
  color: inherit;
  border-color:inherit;
}


@media (min-width: 768px) {
  .fuzu-third{
    width: 33.33333%
  }
  .sm-center{
    text-align: center;
  }
}

@media (max-width: 768px) {
  .fuzu-third{
    width: 100%
  }

  .fuzu-btn {
    margin-top: 20px;
  }
}
