.addSection {
border: 2pt solid #969696;
border-radius: 4px;
color: #969696;
background-color: #ffffff;
transition: 0.3s;
display: inline-block;
}
.addSection:hover {
border-color: #002e6d;
color: #002e6d;
background-color: #ffffff;
box-shadow: 0 0 2px #007dbc, 0 0 6px #007dbc, 0 0 10px #007dbc;
}
.icon {
display: inline-block;
transition: opacity .2s ease, transform .2s ease;
}
.icon.hide {
opacity: 0;
transform: scale(.5);
}
.businessNumbers {
display: inline-block;
}