.date-responsive {
    width: max-content;
  }

@media screen and (min-width:1280px){
.date-responsive {
    width: 120px;
  }
}
@media screen and (max-width:1400px) and (min-width:765px) {
.responsive {
    grid-column: span 2;
  }
}
@media screen and (min-width:995px){
  .error-responsive {
    padding-left: 205px;
  }
}