
/* Featured Profile Location Fix */

.hc-featured-card div{
    font-size:14px !important;
    line-height:1.5 !important;
}

.hc-featured-card{
    overflow:hidden;
}

.hc-featured-card img{
    max-width:100%;
    height:auto;
}

