.delivery-table {
  width: 420px;
  margin: 56px auto 28px;
}
.delivery-table__table {
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.delivery-table__head {
  font-size: 16px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.5);
}
.delivery-table__item {
  font-family: 'DINCondensed', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.6px;
  text-align: center;
  color: #191919;
  border: 1px solid #bfbfbf;
  padding: 14.5px 16.5px 14.5px 21.5px;
}
.delivery-table__today {
  background-color: #bfbfbf;
}
.delivery-table__shipping {
  background-color: rgba(0, 0, 0, 0.5);
}
.delivery-table__delivery {
  color: #fff;
  background-color: #ed0f00;
  border: 1px solid #ed0f00;
}
@media (max-width: 768px) {
  .delivery-table {
    width: 100%;
    max-width: 420px;
    margin: 25px auto 28px;
  }
  .delivery-table__head {
    font-size: 13px;
    line-height: 18px;
  }
  .delivery-table__item {
    font-size: 19px;
    line-height: 19px;
    letter-spacing: 0.5px;
    padding: 14.5px 0;
  }
}
