.down-content {
  font-size: 16px;   /* set the size you want */
  line-height: 1.5;  /* keeps spacing neat */
}

.hero {
    background: linear-gradient(to right, #e60000, #33AEFF);
    color: white;
    padding: 60px 20px;
    text-align: center;
  }
  .card {
    border-radius: 15px;
    transition: transform 0.3s;
  }
  .card:hover {
    transform: scale(1.05);
  }
  .programmes {
    background: #f8f9fa;
    padding: 50px 20px;
  }