.boyce_ercode{display:flex; justify-content:space-around;}
.boyce_ercode li{position:relative;}
.ercode_icon{width:40px; height:40px;}
.ercode_icon svg.icon{fill:#e3e6e5; width:32px; height:32px;}
.ercode_icon svg.icon:hover{fill:#1599e0;}
.ercode_icon svg.icon:nth-child(even){width:34px; height:34px;}

.ercode_pic,.ercode_phone{position:absolute; opacity:0; transition:all 0.3s ease; top:70px;}
.ercode_pic{left:-62px;}
.ercode_pic img{max-width:140px; border-radius:5px;}

.boyce_ercode li:hover .ercode_pic{display:block; opacity:1; top:40px;}