#page-container {
  max-width: 100%;
  margin: unset !important;
  width: unset !important;
  overflow-x: hidden;
}

#logos-wrapper {
  flex-basis: 100%;
  max-width: 100%;
}

#jumbo-container {
  display: flex;
  min-height: 300px;
  height: auto;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2rem;
  padding: 1rem 0rem;
  background: url("https://files.sourcecode.com/files/26981/Thinkmate-Cachengo-Edge-AI-Computing--1-.jpg");
  background-size: cover;
  background-position: center;
  align-content: center;
  box-shadow: inset 0 0 10em -3em #000;
  box-sizing: border-box;
  overflow-x: hidden;
}

.jumbo-h1 {
  line-height: 1.3em;
  flex-basis: 50%;
  margin: unset;
  color: #fff;
  max-width: 100%;
}

.jumbo-h2 {
  margin-top: unset;
  flex-basis: 100%;
  margin: unset;
  color: inherit;
  font-size: 18px;
  max-width: 100%;
}

.step-card {
  background: linear-gradient(0deg, #1C8526, #73C41D);
  color: white;
  padding: 20px !important;
  border-radius: 2px;
  outline: 1px solid #73C41D;
  font-size: 1.1rem;
  margin: 0 20px;
}

.product-cat-heading { 
  cursor: pointer;
}

.product-cat-heading > span {
  width: 85%;
  display: flex;
  height: 50px;
  justify-content: space-between;
  padding: 0 10px 0 10px;
  background: #eaeaea;
  margin-bottom: 5px;
}

.product-cat-heading > span > h4,
.product-cat-heading > span > svg {
  align-self: center;
}

.step-card p {
  margin: unset;
  display: inline-block;
}

.fa-chevron-down {
  -moz-transition: transform .5s;
  -webkit-transition: transform .5s;
  transition: transform .5s;
}

.flip {
  transform: rotate(180deg);
}

thead > tr > th > b {
  font-size: 1.2rem;
}

th {
  padding-bottom: 10px;
}

.jumbo-button {
  height: 40px;
  display: flex;
  width: 210px;
  max-width: 100%;
  flex-flow: row wrap;
  align-content: center;
  color: white;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.1rem;
  text-decoration: none !important;
  outline: 1.5px solid #eaeaea;
  padding: 0 8px;
  border-radius: 2px;
  box-sizing: border-box;
}

.jumbo-button > span {
  width: 100%;
  text-align: center;
}

.jumbo-button__primary {
  background: #eaeaea;
  color: black;
  box-shadow: inset 0 0 4rem -3rem black;
}

@media (max-width: 949px) {
  #jumbo-container {
    min-height: 375px;
    height: auto;
    padding: 2rem 1rem;
  }

  .jumbo-button {
    margin: 5px auto;
  }

  .jumbo-h1 {
    font-size: 1.5rem;
    flex-basis: 100%;
    max-width: 100%;
  }

  .jumbo-h2,
  #logos-wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }

  .row {
    max-width: 100% !important;
  }
  
  .container {
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  
  .step-card { 
    max-width: 340px !important;
    margin: 10px 0 10px 18px !important;
  }
}

@media (min-width: 950px) {
  #jumbo-container {
    min-height: 375px;
    height: auto;
    padding: 2rem 1rem;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  .jumbo-h1,
  .jumbo-h2,
  #logos-wrapper {
    max-width: 100%;
  }
}

.collapse-icon {
  font-size: 10px;
}

.collapse-icon::before {
  content: "\25BC";
}

.active .collapse-icon::before {
  content: "\25B2";
}

.collapse .table {
  display: none;
  width: 100%;
  margin: 10px 0;
}

.collapse .table td {
  padding: 5px 10px 5px 0;
}

.active .collapse .table {
  display: table;
}