
.image-preview img {
  max-width: 50%; /* Ensure the image fits in the container */
  height: auto; /* Maintain the aspect ratio */
  margin-top: 1rem; /* Provide some space above the image */
}
#pacakgeFeaturesTable {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
#pacakgeFeaturesTable td, #pacakgeFeaturesTable th {
  border: 1px solid #ccc !important;
  padding: 8px;
}
#pacakgeFeaturesTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: right;
  background-color: #04AA6D;
  color: white;
}

