.icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 36px;
  margin: auto;
}
.icon-circle img {
  width: 36px;
  height: 36px;
}
img.hero-img {
  max-width: 500px;
}
