.blockAttached {
  margin-top: 40px;
}
.blockAttached ul {
  list-style-type: none;
}
.blockAttached ul a {
  color: #00BFB3;
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
}
.blockAttached ul a:focus {
  color: #33ccc2;
}
.blockAttached ul a:hover {
  color: #66d9d1;
}
.blockAttached ul a + a {
  margin-top: 10px;
}
.blockAttached ul a i {
  width: 40px;
  height: 40px;
  margin-right: 12px;
  background-color: #00BFB3;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=blockAttached.css.map */