.boyce_ercode {
  display: flex;
  justify-content: space-around;
}
.boyce_ercode li {
  position: relative;
}
.ercode_icon {
  width: 115px;
  height: 25px;
}
.ercode_icon svg.icon {
  fill: #b5c3e2;
  width: 20px;
  height: 20px;
}
.ercode_icon svg.icon:hover {
  fill: #b5c3e2;
}
.ercode_icon svg.icon:nth-child(even) {
  width: 34px;
  height: 34px;
}
.ercode_pic, .ercode_phone {
  position: absolute;
  opacity: 1;
  transition: all 0.3s ease;
  top: 70px;
}
.ercode_pic {
  left: -15px;
}
.ercode_pic img {
  max-width: 140px;
  border-radius: 5px;
}


.boyce_ercode li .ercode_pic {
  display: block;
  opacity: 0;
  top: 32px;
  z-index: 15;
  height: 100%;
}
.boyce_ercode li:hover .ercode_pic {
  display: block;
  opacity: 1;
  top: 26px;
  z-index: 15;
  height: 100%;
}

 


