.i_deck_container {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  color: #333;
}
.i_deck_h1, .i_deck_h2 {
  color: #2c3e50;
}
.i_deck_h1 {
  font-size: 2.2em;
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
}
.i_deck_h2 {
  font-size: 1.8em;
  margin-top: 30px;
}
.i_deck_p {
  font-size: 1.1em;
  margin-bottom: 15px;
}
.i_deck_ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.i_deck_li {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.i_deck_table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.i_deck_table th, .i_deck_table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  font-size: 1.1em;
}
.i_deck_table th {
  background-color: #f4f4f4;
  color: #2c3e50;
}
.i_deck_img {
  display: block;
  margin: 20px auto;
  max-width: 200px;
}
.i_deck_img_2 {
  display: block;
  margin: 20px auto;
  max-width: 400px;
}
.i_deck_img_3 {
  display: block;
  margin: 20px auto;
  max-width: 700px;
}
.i_deck_links {
  text-align: center;
  margin-top: 30px;
}
.i_deck_links a {
  color: #3498db;
  text-decoration: none;
  font-weight: bold;
  margin: 0 10px;
}
.i_deck_links a:hover {
  text-decoration: underline;
}



.milestones-table {
  margin: 20px auto;
  border-collapse: collapse;
  color: #333;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  font-family: 'Montserrat', sans-serif;
}

.milestones-table th,
.milestones-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

.milestones-table th {
  background: linear-gradient(135deg, #007BFF, #00C4B4);
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.milestones-table tr:nth-child(even) {
  background-color: #f8fafc;
}

.milestones-table tr:hover {
  background-color: #e6f3ff;
}

.milestones-table td:first-child {
  font-weight: 700;
  color: #1e293b;
  font-size: 15px;
}

.milestones-table td:nth-child(2) {
  font-weight: 500;
  color: #475569;
}

.milestones-table td:nth-child(3) {
  color: #334155;
  line-height: 1.4;
}

.milestones-table td:nth-child(4) {
  color: #059669;
  font-weight: 500;
}
