@font-face {
  font-family: Shutterstock-Icons;
  src: url(../fonts/SSIconsv3p2.ttf);
  font-weight: normal;
}

.icon {
  font-family: Shutterstock-Icons;
  margin: 0 auto;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}

.icon-person:before {
  content: "\E93B";
}

.icon-search:before {
  content: "\E909";
}

.icon-list:before {
  content: "\E928";
}
