@media screen and (min-width: 3840px) {
    /* Header */
    header h1 {
      font-size: 64px !important;
    }
  
    header p {
      font-size: 36px !important;
    }
  
    header img {
      height: 120px !important;
    }
  
    .gap-2 {
      gap: 1.5rem !important;
    }
  
    /* Table text and cells */
    .table td,
    .table th {
      font-size: 36px !important;
      padding: 1.5rem !important;
    }
  
    .table ul li {
      font-size: 32px !important;
    }
  
    /* Officials Carousel */
    .carousel .img-thumbnail {
      width: 250px !important;
      height: 250px !important;
    }
  
    .carousel h3 {
      font-size: 40px !important;
    }
  
    .carousel p,
    .carousel small {
      font-size: 32px !important;
    }
  
    /* Section Headings */
    .bg-primary.text-white.p-2,
    .bg-primary.text-white.p-3 {
      font-size: 42px !important;
      padding: 1rem 1.5rem !important;
    }
  
    /* Video section */
    iframe {
      height: 480px !important;
    }
  }
  