/*Badge verified-user*/

.prof-n {
    position:relative;
}

.certificated-badge {
    display:block;
    width:50px;
    height:50px;
    position:absolute;
    bottom: 0;
    left:0;
    background:url('/images/home/certificated-badge.svg') center center no-repeat;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px 1px rgba(0,0,0,0.2);
    border-radius: 100%;
}

@media (max-width: 400px) {
    .certificated-badge {
        left:30%;
    }
}
