.expfeatured{
    padding:5px 15px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.2);
    display: inline-block;
}
.expfeatured p{
    color: white;
    text-transform: uppercase;
    display: inline-block;
    margin:0;
    margin-right:15px;
    font-weight: bold;
}
.balls{
    display: inline-block;
}
.ball {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border:1px solid white;
    display: inline-block;
    margin:0 2px;
}
.one > .ball:first-of-type, .two > .ball:nth-child(1),.two > .ball:nth-child(2), .three > .ball{
    background: white;
}