#zaufaliNam {
  text-align: center;	
}
#zaufaliNam img {
  margin: 2.5em;
}
.includes ul {
  list-style-type: none;
}
.includes ul li {
  line-height: 18px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.includes ul li .icon img {
  max-height: 16px;
}
.includes ul li .icon {
  width: 20px;
  display: inline-block;
  text-align: center;
  color: #63A0E9;
}

.hex-grid.honeycomb.full-width > .hex:nth-child(5n-1):last-child{
  margin: 0 3rem;
}

section.gallery main a img {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
  height: 0;
}
button, .button {
  transition-duration: 0.2s;
}
button:hover, .button:hover {
  background-color: #0aafad;
  text-decoration: none;
}