
  
.Planning {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 30px;
}
  
.through {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    border-left: 5px solid #3498db;
}
  
.through h2 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 15px;
}
  
.through p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
}
  
.through ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}
  
.through ul li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.through .signature p {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 5px;
    word-wrap: break-word; /* Ensure long words don't overflow */
}

.through .signature {
    margin-top: 20px;
    text-align: right;
}

.through .download-links {
    margin-top: 20px;
}


.through .download-links {
    margin-top: 20px;
}
  
.through .download-links p {
    font-size: 16px;
    color: #3498db;
    margin-bottom: 10px;
    word-wrap: break-word; /* Ensure long words don't overflow */
}
  
.through .download-links a {
    color: #3498db;
    text-decoration: none;
}
  
.through .download-links a:hover {
    text-decoration: underline;
}

.through .meta {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
    word-wrap: break-word; /* Ensure long words don't overflow */
}
  
.through .references {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    word-wrap: break-word; /* Ensure long words don't overflow */
}
  
.through .references li {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
    word-wrap: break-word; /* Ensure long words don't overflow */
}
  
.through .content p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 15px;
    word-wrap: break-word; /* Ensure long words don't overflow */
}
  
  /* Responsive Design */
@media (max-width: 768px) {
    .through {
      padding: 15px;
    }
  
    .through h2 {
      font-size: 20px;
    }
  
    .through p, .through ul li {
      font-size: 14px;
    }

    .through .meta, .through .references li, .through .content p, .through .signature p, .through .download-links p {
        font-size: 14px;
    }
    .through .references {
        padding-left: 15px; /* Adjust padding for smaller screens */
    }
}