
table {
  width: 100%;
  border-collapse: collapse;
}

td {
  padding: 10px;
  vertical-align: top;
}


@media (max-width: 767px) {
  table,
  tbody,
  tr,
  td {
    display: block;
    width: 100%;
  }

  tr {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
  }

  td {
    padding: 5px 0;
  }

  td:first-child {
    
  }
}

 .custom-img-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
  }

  .custom-img-wrapper {
    flex: 1 1 300px;
    max-width: 100%;
    text-align: center;
  }

  .custom-img-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .custom-img-caption {
    margin-top: 0.5rem;
  }

  @media (min-width: 768px) {
    .custom-img-wrapper {
      max-width: 335px;
    }
  }
  .custom-img-single-container {
    display: flex;
    justify-content: center;
    padding: 1rem;
  }

  .custom-img-single-wrapper {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .custom-img-single-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
