.upper-border {
  border-top: 1px solid #e2e2e2;
}
.grid-props-md {
  grid-template-columns: 1fr 70px 120px 70px;
  place-content: center;
}
.grid-props-sm {
  grid-template-columns: 100px 1fr max-content;
}
.btns-C {
  height: 40px;
  width: 80px;
  background-color: #f4efef;
}
