@media only screen and (max-width: 1200px ) {
  .section-3.about-section .vertical-centred {
    padding-top: 10rem !important;
  }
}
@media only screen and (max-width: 1200px ) {
  .grid figure h2 {
    font-size: 18px;
  }
  /* .vertical-title {
    font-size: 4rem;
  } */

 
}

@media only screen and (min-width: 991px ) {
  #mobile-products{
    display: none;
  }
  #web-products{
    display: block;
  }
}

@media only screen and (max-width: 991px ) {
  #mobile-products{
    display: block;
  }
  #web-products{
    display: none;
  }
}

@media only screen and (max-width: 991px ) {
    .border-shape{
     display: none
    }
    .grid figure img {
      height: auto;
    }
    .pp-scrollable .vertical-centred {
      padding-top: 9.3rem !important;
    }  
    .pp-scrollable.about-section .vertical-centred, .pp-scrollable.whatWeDo .vertical-centred {
      padding-top: 13.3rem !important;
    }
  
    .vertical-title {
      top: 10px;
      left: 12rem;
      transform: translateY(0%);
    }
    .portfolio-section .vertical-title {
      font-size: 2rem;
      top: 43px;
      left: 21rem;
    }
    .vertical-title span {
      transform: translate(0%, 0%) rotate(0deg);
    }
    .flex-about-mission {
      font-size: 11px;
    }
    .vertical-title {
      font-size: 2rem;
      top: 40px;
      left: 20rem;
    }
  }
  @media only screen and (max-width: 991px ) {
    .header-content {
      width: 96%;
      padding: 20px;
      padding: 20px 33px 20px 20px;
    }
    .header-content h2 {
      font-size: 28px;
    }
  }
  @media (max-width: 768px) {
    .product-table {
      display: block;
      width: 100%;
      border: 0;
    }
  
    /* Hide the table header on small screens */
    .product-table thead {
      display: none;
    }
  
    .product-table tr {
      display: block;
      margin-bottom: 15px;
    
    }
  
    .product-table td {
      display: block;
      text-align: left; /* Align left for easier reading */
      padding: 10px;
      font-size: 14px;
      position: relative;
 
      background-color: transparent !important  ; /* Remove background color */
    }
  
    /* Hide the ::before content on mobile */
    .product-table td::before {
      content: none;
    }
  

  
    /* Remove hover effect on small screens */
    .product-table tbody tr:hover {
      background-color: transparent; /* Remove hover color */
    }
  
    /* Make <th> full-width and aligned left on small screens */
    .product-table th {
      display: block;
      width: 100%;
      text-align: left;
      font-weight: bold;
   
      font-size: 16px;
      padding: 8px 15px;
    }
    
  }
  @media only screen and (max-width: 576px ) { 
    .header-content {
        width: 90%;
      }
      div#pp-nav {
        display: none;
      }
      .brand img {
        width: 120px;
      }
      .brand-name {
        font-size: 16px;
      }
      .navbar-toggle {
        margin-top: 1rem;
      }
      .vertical-title {
        font-size: 16px;
        top: 26px;
        left: 13rem;
    }
    .portfolio-section .vertical-title {
      font-size: 16px; 
      top: 32px;
      left: 15rem;
    }
    .col-partner {
      margin-top: 0px;
    }
    
    .ms-auto{
      padding-top: 15px;
    }

    .contact-info{
      padding-top: 20px;
    }
  }




  