/* pantograph three image  */


/* .image-container {
    text-align: center;
    margin: 0; 
}

.image-container img {
width: 100%; 
display: block; 
border-top-left-radius: 10px;   
 border-top-right-radius: 10px; 
border-bottom-left-radius: 0;   
 border-bottom-right-radius: 0;
}

.image-caption {
    font-size: 1rem;
    font-weight: bold;
    color: white;
    background-color: #1874a4; 
    padding: 10px; 
    width: 100%; 
    border-radius: 0px 0 10px 10px; 
    display: block; 
    text-align: center; 
    margin-top: -8px 
} */


/* resistance grid  */

/* .card {
    border: 3px solid #1874a4; 
    border-radius: 8px;
    text-align: center;
}

.card img {
    max-width: 100%;
    height: auto;
}

.card-body {
    font-size: 1rem;
    background-color: #1874a4; 
    color: white;
    padding-top: 0;  
    padding-bottom: 0; 
    padding-left: 10px; 
    padding-right: 10px; 
}




@media (max-width: 1200px) {
    .table th, .table td {
      font-size: 0.875rem; /
    }
  }

  @media (max-width: 992px) {
    .table th, .table td {
      font-size: 0.75rem; 
    }
  }

  @media (max-width: 768px) {
    .table th, .table td {
      font-size: 0.45rem; /
    }
  }

  @media (max-width: 576px) {
    .table th, .table td {
      font-size: 0.45em; 
    }
  }


  
  
  .table th.col-lg-3 {
    color: #1874a4 
  }


  .table {
border: 1.5px solid black; 
}

.table th, .table td {
border: 1.5px solid black !important; 
padding: 10px;
} */