.circle-logo {
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    background:#5496bc;
    color:white;
}
.circle-logo-min {
    width: 40px;
    line-height: 40px;
    border-radius: 55%;
    text-align: center;
    font-size: 16px;
    background:#5496bc;
    color:white;
}