.pii {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  background-color: yellow;
  margin-top: 15px;
  height: 46px;
}
.pii img {
  height: 46px;
}
