.c-frequently-called-numbers a:not([class]) {
  -webkit-box-align: center;
          align-items: center;
  background: #E0EFF4;
  display: -webkit-box;
  display: flex;
  font-family: "Typold W05", sans-serif;
  font-size: 0.8888888889rem;
  font-weight: 500;
  color: #01426A;
  padding: 1rem 2rem;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.c-frequently-called-numbers a:not([class]):hover {
  background: #ADD5E4;
  color: #01426A;
}

.c-frequently-called-numbers a:not([class]) .icon--information {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-right: 0.4444444444rem;
  height: 1.3333333333rem;
  width: 1.3333333333rem;
}