a.sub-title:hover {
    color: #0D5690;
    background-color: #fafafa;}

a.sub-title {
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    background-color: #EBEBEB;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #CECECE;
    color: inherit;}

.sub-subject-list {
    display: flex;
    flex-direction: column;}

.subject-title {
    width: 100%;
    height: 50px;
    background-color: #0D5690;
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    //margin-bottom: 20px;}
.bread-bar a {
    text-decoration: none;
    color: #b2b2b2;}

.bread-bar a:hover {
    text-decoration: underline;}
.bread-bar span {
    margin: 0 10px;}

.bread-bar {
    color: #b2b2b2;
     margin-bottom: 30px;}
.avatar{
    width: 150px!important;
    height: 210px;
    margin-right: 20px;}

@media screen and (max-width: 768px) {
.avatar{
    margin-right:0;}
}
.article-content {
    display: flex;
    align-items: center;}

@media screen and (max-width: 768px) {
.article-content {
flex-direction: column;}
}
