
.container-articles-details{
    width: 50%;
    margin: auto;
    margin-bottom: 42px;
}

@media screen and (max-width: 980px){
    .container-articles-details{
        width: 70%;
    }
}

.articles-details-author{
    color: rgb(172, 172, 172);
}

.articles-details-title{
    font-size: 55px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 22px;
    text-align: center;
}

.articles-details-subtitle{
    color: #8c8686;
    text-align: center;
    margin-bottom: 42px;
}

.articles-details-subtitle-black{
    color: #000;
}

.articles-details-content{
    font-size: 18px;
    margin-bottom: 42px;
}

.articles-details-content>img{
    width: 100%;
    margin-top: 21px;
    margin-bottom: 21px;
}

.articles-details-action{
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.articles-details-action-btn>a{
    text-decoration: none;
    color: #fff;
}

.articles-details-action-btn{
    cursor: pointer;
    padding: 8px;
    display: inline-block;
    background-color: #32997f;
    color: #fff;
}

.articles-details-action-btn:hover{
    background-color: #2f806b;
    -webkit-box-shadow: inset 0px 0px 10px 2px rgba(50,153,127,1);
    -moz-box-shadow: inset 0px 0px 10px 2px rgba(50,153,127,1);
    box-shadow: inset 0px 0px 10px 2px rgba(50,153,127,1);
}

.container-articles-breadcrumb{
    text-align: center;
    color: #aaa;
    padding-top: 33px;
}

.container-articles-breadcrumb>a{
    color: #aaa;
    text-decoration: none;
}
