.sp-results-items .sp-content {
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  margin: 15px; }
  .sp-results-items .sp-content .sp-text {
    background: #fff;
    padding: 15px;
    text-align: center;
    height: 110px;
    overflow: hidden;
    position: relative; }
    .sp-results-items .sp-content .sp-text .sp-title {
      font-size: 15px;
      font-weight: 700;
      font-stretch: normal;
      font-style: normal;
      line-height: 25px;
      letter-spacing: normal;
      color: #888;
      margin: 0; }
      .sp-results-items .sp-content .sp-text .sp-title:hover {
        color: #073acd; }
    .sp-results-items .sp-content .sp-text i {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 15px;
      font-size: 7px; }
  .sp-results-items .sp-content.sp-small .sp-img {
    position: relative; }
    .sp-results-items .sp-content.sp-small .sp-img img {
      height: 32vh;
      width: 100%;
      object-fit: cover; }
  .sp-results-items .sp-content .sp-date {
    position: absolute;
    bottom: -15px;
    left: 0;
    padding: 5px 25px 5px 15px;
    background-color: #ebb017;
    color: #002aa3; }
    .sp-results-items .sp-content .sp-date:after {
      font-family: fontawesome;
      content: "\f274";
      position: absolute;
      right: 5px; }
@media (max-width: 991px) {
  .sp-results-items .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    color: #000;
    outline: none;
    font-size: 21px; }
    .sp-results-items .owl-nav .owl-prev {
      right: -25px;
      position: absolute;
      font-size: 35px !important; }
    .sp-results-items .owl-nav .owl-next {
      position: absolute;
      left: -25px;
      font-size: 35px !important; } }

