.custom-container {
  display: block;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media screen and (max-width: 673px) {
  .custom-container {
    grid-template-columns: 1fr;
  }
  .cr-teq-cc:last-child {
    order: -1;
  }
}
.custom-container .cr-teq-cc {
  padding: 1.5rem 0.5rem;
}
.custom-container h3 {
  font-size: 1.1rem;
  font-weight: 600;
  padding-bottom: 10px;
  color: rgb(0, 37, 84);
}
.custom-container ul,
.customer-contrainer ol {
  padding-inline-start: 15px;
}
.custom-container ul li p,
.custom-container ol li p {
  margin-bottom: 5px;
}
.custom-container img {
  object-fit: contain !important;
  width: auto;
  height: auto;
}
.custom-container .tableWrapper {
  overflow-x: auto;
  width: 100%;
}
.custom-container .tableWrapper table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
}
.custom-container .tableWrapper th,
.custom-container .tableWrapper td {
  padding: 5px;
  text-align: left;
  white-space: nowrap;
}
.custom-container .tableWrapper th {
  background-color: #eee;
  border: 1px solid lightgray;
}
.custom-container .tableWrapper td {
  border: 1px solid lightgray;
}
.cr-teq-cc [class*="LazyImageStyle"] {
  width: 100% !important;
}
.cr-teq-cc > div {
  height: 100%;
}
