.holder.components .components-header {
  font-size: 1em;
  font-weight: bold;
  margin: 0 auto 1em;
}

section.components {
  padding: 3em 0;
}

section.components .components-header {
  font-size: 2em;
  width: 75%;
  margin: 0 auto 1.5em;
  text-align: center;
}

.components .flex {
  justify-content: space-between;
}

.components div.component {
  width: auto;
  text-align: center;
  position: relative;
  display: inline-block;
}

.components div.component-content,
.components div.component-image {
  vertical-align: top;
  width: 200px;
  max-width: 100%;
  margin: 0 auto 1em;
}
.components div.component-image {
  vertical-align: top;
  width: 200px;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.components div.component div.component-content {
  text-align: center;
  color: #fff;
  font-size: 1.1em;
}

.components div.component div.component-title {
  color: #fff;
  font-weight: bold;
  padding: .5em;
  display: block;
  text-transform: uppercase;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  font-size: 1.5em;
}

.components div.component div.component-title a {
  color: #fff;
}

.components div.component a.component-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
