body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0 -50%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.tadafy__txt-0350 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-left: 6px solid #00c4ff;
  flex: none;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: skew(-10deg);
}

.txt-0350__label-w-2nd {
  transform-origin: 0%;
  background-color: #00f;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.txt-0350__label {
  padding: 8px 15px;
  display: flex;
  position: relative;
}

.txt-0350__label-w {
  transform-origin: 0%;
  background-color: #ff0004;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 240px) {
  .tadafy__txt-0350 {
    transform: scale(.7) skew(-10deg);
  }
}

