.tag-box {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 1em 1px 1em;
  font-size: 1.2rem;
  background: #fff;
}
.tag-box.mod_s_bdRed {
  border: 1px solid #e30934;
}

@media only screen and (min-width: 768px) {
  .col-by-3 .col-box:nth-child(-n+3) .cd-2 {
    margin-top: 22px !important
  }
  .advertisement-product-block-item .col-by-3 .col-box {
    display: flex;
  }
}

@media only screen and (max-width:767.98px) {
  .col-by-3 .col-box:first-child .cd-2 {
    margin-top: 1.2em !important
  }
}