
.custom-header {
    color: red;
    border-bottom: 2px solid red;
    padding-bottom: 10px;
}
.custom-list-item {
    background: #f9f9f9;
    margin: 10px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.schedule-header {
    color: #333;
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
    padding-bottom: 10px;
}
.schedule-list-item {
    background: #e9ecef;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
}
.info-content {
    padding: 20px;
    border: 1px solid #007bff;
    border-radius: 5px;
  }
  .info-content ul {
    list-style-type: none;
    padding: 0;
  }
  .info-content li {
    padding: 5px 0;
  }
@media (max-width: 767px) {
    #desktopVideo {
        display: none;
    }
}

