.icon-circle {
  width: 50px;
  height: 50px;
  background-color: #1977cc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
