.discribtion-conent img {
  height: 300px;
}

.bg-header {
  background: #eeaeca;
  background: linear-gradient(243deg, #eeaeca 0%, #94bbe9 100%);
  height: 300px;
  width: 100%;
  position: relative;
}

.bg-header .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.637);
}

.bg-header .overlay .breadcrumb .active {
  color: #333;
}

@media (max-width: 520px) {
  .dash-content .col-sm-12 {
    overflow-x: scroll;
  }
}
/*# sourceMappingURL=style.css.map */