.examples-content.oblo-iot-solutions {
  padding-top: 80px;
}

.oblo-iot-solutions .heading {
  max-width: 1290px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
  .oblo-iot-solutions .heading {
    margin-bottom: 40px;
  }
}

/*
*
* Disable card on Iot solutions page
*
*/

.disabled-card a {
  pointer-events: none;
  cursor: default;
}

.disabled-card {
  opacity: 0.6;
}

.disabled-card .insights-article-read-more {
  display: none;
}
