@media (min-width: 992px) {
  .search-eureka .results {
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

.filter-wrap .form-check-label {
  color: #3c4c76;
  font-family: "Assistant", 'Muli', Sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.resource-info {
  background-color: rgba(60,76,118,0.1);
  border-color: #fff;
  border-style: solid;
  border-radius: 0;
  font-family: "Assistant", 'Muli', Sans-serif;
  padding: 20px;
}

.resource-info h4 {
  color: #3c4c76;
  font-family: "Assistant", 'Muli', Sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.8px;
}

.resource-info p {
  font-weight: 400;
}

.resource-info .read-more-link {
  color: #e85610;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding: 8px 0;
}

.filter-form #keyword {
  background: none;
  border: none;
  border-bottom: 1px solid #3c4c76;
  border-radius: 0;
  width: 100%;
}

.filter-form .form-check {
  min-width: 115px;
  justify-content: flex-start;
  flex: 1 1 32%;
}

.filter-form .btn-primary {
  color: #fff;
  background-color: #e85610;
  border-radius: 95px;
  border: 3px solid #e85610;
  font-family: "Assistant", 'Muli', Sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1em;
  letter-spacing: 1px;
}

.filter-form .btn-primary:hover {
  background-color: #fff;
  border-radius: 95px;
  border: 3px solid #3c4c76;
  color: #3c4c76;
}

.search-eureka .pagination .page-numbers {
  background-color: #ffffff;
  border-color: #3C4C76;
  border-radius: 50px;
  color: #3C4C76;
}

.search-eureka .pagination .page-numbers.current, 
.search-eureka .pagination .page-numbers:hover {
  background-color: #3C4C76;
  border-color: #ffffff;
  color: #ffffff;
}