#popular-topics .heading{
    color: #0133B3;
    font-family: 'Merriweather';
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
}
#popular-topics a.see-more {
    font-size: 14px;
    color: #000;
    display: block;
    font-weight: bold;
}
#popular-topics .mt-10 {
    margin-top: 10px !important;
}
#popular-topics .popular-item-container{
box-sizing: border-box;
  border: 1px solid #979797;
  padding: 20px;
  position: relative;
}

#popular-topics h4{
    color: #0133B3;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 19px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Regular', sans-serif;
}

#popular-topics ul {
padding: 0;
    list-style-type: none;
    margin-top: 10px;
}
#popular-topics ul > li {
color: #000;
font-family: Merriweather;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    padding-top: 15px;
}
#popular-topics ul li:last-child {  border-bottom:0px; margin-bottom: 50px; }
#popular-topics .bottom-links{
position: absolute;
    bottom: 20px;
}
#popular-topics a.see-all {
    font-size: 15px;
    color: #000;
    display: block;

}
#popular-topics .ml-5 {
    margin-left: 5px !important;

}
@media (max-width: 767px){
.mobile-hidden {
    display: none !important;
}
#popular-topics .popular-item-container{

  height: min-content;
}

}