.icon-div {
  float: left;
  padding: 7px 10px;
  color: #fff;
  border-radius: 10px;
  margin-right: 5px;
  margin-top: 5px;
}

.icon-img {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 32px;
  height: 34px;
  margin-top: 5px;

  float: left;
  border-radius: 10px;
  margin-right: 5px;
  overflow: hidden;
}

.img-dim {
  width: 28px;
  height: 30px;
}
