.bg-primary {
  background: #124779 !important;
}

.btn-primary {
  background: #124779 !important;
}

.text-primary {
  color: #124779 !important;
}

.row {
  width: 100%;
}

.text-orange {
  color: #ff8800;
}

.materi-item h5 {
  min-height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.materi-item p {
  min-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.materi-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  height: 150px;
}

.materi-item:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .mb-p-0 {
    padding: 0px !important;
  }
  .mb-m-0 {
    margin: 0px !important;
  }
}
/*# sourceMappingURL=style.css.map */