body{
    font-family: 'roboto';
}

.bl-pill{
    min-height: 260px;
    max-height: 260px;
}

p.pills-p{
    margin:0px;
}

@media only screen and (max-width : 480px) {
    .bl-pill{
        min-height: 280px;
        max-height: 280px;
    }
}