body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  /* width: 210mm; */
  margin: 0 auto;
  font-size: 12px;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #2d493b;
  text-align: center;
  padding: 10px;
  color: white;
  /* max-width: 210mm; */
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 4vw; */
}

.footer {
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 60px;
}
footer > p {
  font-weight: 500;
}
.image {
  height: 80px;
}
table.spec {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

table.spec th,
table.spec td {
  border: 1px solid #111111;
  text-align: left;
  padding: 8px;
}

table.spec th {
  background-color: #f2f2f2;
}
table.spec td {
  background-color: #f2f2f2;
}

.only-text {
  padding: 0 50px;
}

table.no-header {
  width: 100%;
  border-collapse: collapse;
}

table.no-header td {
  border: none;
  text-align: left;
  padding: 8px;
}

table.no-header td:first-child {
  width: 150px; /* Adjust the width as needed */
}

table.quotation-table th {
  text-align: left;
}
table.quotation-table td,
table.quotation-table th {
  padding: 4px 10px;
}

main {
  padding: 0 50px;
}

.img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.img-wrapper {
  height: 150px;
  width: 150px;
}
.data_single_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}
.data_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}

.data_text > div {
  width: 100%;
  max-width: 150px;
  text-align: center;
}
.data_image_many {
  /* display: flex;
  flex-direction: column;
  gap: 16px; */
}
.data_image_many > *:not(:first-child) {
  margin-top: 16px; /* Adjust the margin as needed */
}
.data_image_attach {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 8px 50px;
}

.big-image {
  width: 100%;
  aspect-ratio: 1621/1080;
  overflow: hidden;
}

.heading-3 {
  background-color: #2d493beb;
  text-align: center;
  color: white;
  padding: 4px 10px;
}

.space-y-2 > *:not(:first-child) {
  margin-top: 4px;
}
.para {
  margin-bottom: 30px;
}
.para p {
  margin-top: 0;
}
.para h4 {
  margin-bottom: 6px;
}
.border-t {
  border-top: 1px solid black;
}
.text-right {
  text-align: right;
}
