
@media screen and (max-width:720px){
 .offer_tag{
  display: inline-block!important;
}
.offer_tag>div{
  background: #ffffff;
  color: #0c6a6b;
}
  .offer-code{
    width: 50%;
  }
.offer_tag .copy-btn{
  color: #0c6a6b!important;
  width: 50%;
  border: 2px dashed #0c6a6b!important;
  margin-top: 0!important;
}
}