
 .cyber-banner {
       background-image: url('images/gradient-technology-background.jpg');
     background-position: center;
     height: 75vh;
      }
.cyber-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: auto;
    }

    .cyber-section h2 {
      font-size: 32px;
      color: blue;
      margin-bottom: 20px;
    }

    .cyber-section p {
      font-size: 18px;
      color: #555;
      margin-bottom: 25px;
    }

    .cyber-section ul {
      margin-left: 20px;
      color: #001f3f;
      font-size: 18px;
    }

    @media (max-width: 768px) {
      .cyber-banner {
        height: 30vh;
        background-position: center;
        
      }

      .cyber-section h2 {
        font-size: 24px;
        
      }

      .cyber-section p, .cyber-section ul {
        font-size: 16px;
      }

      .cyber-section ul {
        margin-left: 0;
        list-style-position: inside;
      }
    }