a.press-access {
  font-size: 18px;
  color: #fff !important;
  display: flex;
}
a.press-access::before {
  content: "";
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
  background-color: #d6985c;
  border-radius: 50px;
  display: inline-block;
}