/* ==========================================================================
   CSDCI - Centers of Excellence Page Styles (Clean Raw CSS)
   ========================================================================== */

/* Main container */
.csdci-coe-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #ffffff;
  font-family: Raleway, Arial, sans-serif;
  color: #333333;
}

.csdci-coe-intro {
  margin-bottom: 45px;
}

.csdci-coe-title {
  font-family: 'Raleway', Georgia, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #4e2300;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #6dbfe8;
  text-align: center;
}

.csdci-coe-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 25px;
  text-align: justify;
}

/* Table styling for CoE listing */
.csdci-coe-table-section {
  margin-bottom: 40px;
}

/* Responsive Media Queries */
@media (max-width: 768px) {
  .csdci-coe-container {
    padding: 40px 15px;
  }
}
