.button:hover > .box {
  fill: #BAC8D3;
  stroke: #425B87;
}

.button:hover > .icon-blue {
  fill: #BAC8D3;
  stroke: #BAC8D3;
}

.button:hover > .icon-grey {
  fill: #425B87;
  stroke: #425B87;
}