.new-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.info-table th,
.info-table td {
  border: 1px solid #ffffff;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.info-table th {
  font-weight: 600;
}
.new-section img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
