/*#region Custom panel in card component */
@media (min-width: 768px) {
  .fiveColWidth {
      width: calc(100% / 5) !important;
  }
}


.panel {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 100%;
}

.panel-heading,
.panel-body,
.panel-footer {
  padding: 0;
}

.body-content {
  text-align: center;
  padding: 10px;
  height: 240px;
}

.body-content>a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin: 0px 0px 17px 0px;
  text-transform: uppercase;
}

.body-content>p,
.footer-content>p {
  font-size: 13px;
  margin: 0;
  text-align: left;
  color: #7d7d7d;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.footer-content.button {
  padding: 3px 30px !important;
}

/*#endregion Custom panel in card component */

/*#region full width page section not header */
.section-knowledge>.container {
  width: 100% !important;
  padding: 0px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  padding: 0 20px !important;
}

/*endregion end full width page section */