.mlimgblt--container {
  display: flex;
  align-items: center;
}
.mlimgblt--container > div > img {
  margin-right: 8px;
  width: 40px;
  height: 40px;
}
.mlimgblt--container > div:nth-child(2) {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .mlimgblt--container > div > img {
    width: 32px;
    height: 32px;
  }
  .mlimgblt--container > div:nth-child(2) {
    font-size: 12px;
  }
}
