.block-scholarships ul {
  padding: 0;
  margin: 0 !important;
  list-style-type: none !important;
}
.block-scholarships ul .scholarships-list-item {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.block-scholarships ul .scholarships-list-item:hover {
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.block-scholarships .block-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.block-scholarships .block-header .select-filter {
  display: inline-flex;
  width: auto;
  padding-left: 40px;
}
.block-scholarships .block-title {
  font-size: 26px;
  font-weight: 600;
  color: #337da3;
}

/*# sourceMappingURL=block-scholarships.css.map */
