.left.item-image {
    padding-right: 20px;
}

/* таблицы */
    .header-title {
      text-align: center;
      margin-bottom: 2rem;
    }
    .header-title h2 {
      font-weight: bold;
      color: #003366;
    }
    .header-title h3 {
      font-weight: 500;
      color: #495057;
      margin: 0.3rem 0;
    }
    .table th {
      background-color: #003366;
      color: white;
      text-align: center;
    }
    .table td {
      vertical-align: top;
    }
    .service-time {
      font-weight: bold;
      color: #003366;
    }
    .holiday {
      font-weight: 500;
      color: #d9534f;
    }

