    .pdf-container {
	      /* display: flex; */
	      /* justify-content: center; */
	      /* align-items: center; */
	      /* margin-bottom: 3%; */
	      /* padding: 5%; */
	   }
    
    .pdf-imgage {
	  text-align: center;
    }
	    .pdf-image-container {
			display: inline-block;
			/* padding: 1%; */
			/* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
			}
    .pdf-image-container img {
        /* display: block; */
        /* margin: 0 auto; */
        /* max-width: 1000px; */ /* Set the maximum width to 1000 pixels */
        height: auto;
    }
	    .pdf-image-title {
      text-align: center;
      font-weight: bold;
      margin-top: 1%;
	  color: white;
    }
	   .pdf-image img {
      /* height: 1%; */
      width: 75%;
      /* position: absolute; */
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
@media (max-width: 768px) {
        .pdf-image-container img {
            max-width: 100%; /* Adjust the width to fit smaller screens */
        }
	
      