.kv__date {
  position: relative;
  background: #c00;
  z-index: 10;
  text-align: center;
  clip-path: polygon(0 0, 95% 0, 100% 0, 95% 100%, 0 100%);
}
@media (min-width: 996px) {
  .kv__date {
    left: 0%;
    top: 8%;
    position: absolute;
    width: max-content;
    padding-left: 2%;
  }
}
.kv__date p {
  color: #fff;
  padding: 0 30px 5px 0px;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  font-size: var(--title-md);
}
@media (min-width: 996px) {
  .kv__date p {
    font-size: 1.5vw;
    text-align: right;
  }
}
@media (min-width: 1930px) {
  .kv__date p {
    font-size: 1.2vw;
  }
}/*# sourceMappingURL=kv-data-style.css.map */