.popular-posts-widget .widget-title {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 57px;
  color: ;
}



.popular-posts-widget .card {
    background: #EEEEEE;
    border-bottom-right-radius: 97px;
}

.popular-posts-widget .card:not(:last-of-type) {
  margin-bottom: 30px;
} 

.popular-posts-widget .card .card-body {
  padding: 23px 30px 23px 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.popular-posts-widget {z-index: 9;
    position: relative;
}
.popular-posts-widget .card .card-body .topics {
font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 19px;
text-align: center;
text-transform: uppercase;

color: ;
}
.popular-posts-widget .card a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: ;
}

.popular-posts-widget .footer {
  margin-top: 10px;
}

.popular-posts-widget .footer span {
 font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: ;

}
.popular-posts-widget .footer span + span {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}

/* .popular-posts-widget .footer span + span::before {
  content: '|';
  position: absolute;
  top: 50%;
  left:0;
  transform: translate(0, -50%);
