.article-content-wrapper.special-style{
    color: #c9171d!important;
    text-align: center!important
;}
 .text-title {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 1.5625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c00000;
    font-weight: 700
;}
 .article-img {
    margin: 2vw auto;
    width: 60vw
;}

.article-img img {
    width: 100%
;}
@media (max-width: 1200px) {
    .article-img {
        margin: 3vw auto !important;
        width: 87vw !important;
        display: flex;
        justify-content: center;
        align-items: center;}
}
