/* SE TUTTO DEVE ESSERE SU BASE 8 ABBIAMO PENSATO DI CONVERTIRE ANCHE QUESTO DATO */
html {
  font-size: 8px;
}

.basicpage-header .basicpage-header-image {
  background-size: contain;
  background-repeat: no-repeat;
}

.block-courses .owl-item {
  width: 23.3% !important
}

.block-faculty .owl-item {
  width: auto !important
}

.owl-item.active {
  background-color: #fff;
}

.owl-stage {
  width: 100% !important;
  display: -webkit-inline-box;
}

.course-item {
  height: 100%;
}

.owl-item>.course-item {
  width: 100% !important;
}

.course-item .course-item-action {
  padding: 0 16px 2rem;
  display: flex;
  justify-content: flex-start;
}

.course-item .course-item-action>a {
  float: none;
}

@media screen and (max-width: 768px) {
  .block-courses .owl-item {
    width: 270px !important
  }

  .owl-item {
    width: 270px !important
  }
}