html,
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #16161d;
  line-height: 1.5;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p+p {
  margin-top: 21px;
}

a {
  color: grey;
}

a:hover {
  color: black;
}

p a {
  cursor: alias;
}

.expand::after {
  content: " +";
  position: relative;
  left: 2px;
  cursor: pointer;
}

.expand.a:after {
  content: " -";
  cursor: pointer;
}

.email:before {
  content: "";
  position: relative;
  float: left;
  width: 19px;
  height: 14px;
  top: 4px;
  margin-right: 8px;
  background: url(../icons/email_02.svg) center / contain no-repeat;
}