.el-purchase-pet-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2em;
}
.el-purchase-pet-tag .pet-tag-icon {
  width: 75px;
  height: auto;
}
@media only screen and (min-width: 500px) {
  .el-purchase-pet-tag .pet-tag-icon {
    width: 100px;
  }
}