.author-card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 30px 15px 15px 15px;
    margin: 40px auto 55px auto;
    border: 1px solid #c3c3c3
}

.author-avatar {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ccc;
}

.author-header {
    margin-bottom: 20px;
}

.author-name {
    font-size: 20px;
    font-weight: bold;
}

.social-icons a {
    margin-right: 10px;
    font-size: 18px;
    color: #0077b5;
}

.social-icons a.email {
    color: #333;
}

.breadcrumb {
    padding: 0 !important;
    background-color: transparent !important;
}

.breadcrumb > li + li:before {
    color: rgba(51,51,51,0.68);
    font-weight: bold !important;
    content: '\02C3';
    padding: 0 7px 0 5px;
}

.breadcrumb h5{
    display: inline;
}

b, strong, .strong {
    font-family: "Museo Sans Cyrl 500",Arial,Helvetica,sans-serif !important;
    font-weight: normal !important;
}

#textTotal{
    margin-top: 50px;;
}