.contact-info-card {
  box-shadow: rgb(125, 185, 7) 0px 0px 0.1em, rgb(125, 185, 7) 0px 0.1em .5em;
  padding: 5px;
  border-radius: 20px;
}

.contact-info-card h5 {
  color: #008b86;
}

.contact-info-card ul li {
  list-style: none;
}

.contact-info-card ul li i {
  background-color: #7db907;
  color: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
}