.icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid; 
  border-color: white;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
font-size: 104px;
}
.icon2 {
    color: grey;
    font-size: 104px;
}
.icon-box i {
  font-size: 54px;
  line-height: 1;
  color: #ffffff;
}
.icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
}

.icon-box h3:hover {
  color: #d91717;
  transition: ease-in-out 0.3s;
}
.icon-box:hover {
  border-color: #d91717;
  color: #d91717;
}
.icon-box:hover h3 {
  color: #d91717;
}
.icon-box:hover {
    cursor: pointer;
}

.icon-box:hover .icon2 {
  color: #d91717;
}
