.article_content {
    text-align: justify;
}

.article_content .has-text-align-left {
    text-align: justify;
}


/* Mobile Style */
@media only screen and (max-width: 768px) {
    .history_title{
        text-align: center;
    }
    .blocks-gallery-grid {
        flex-direction: column !important;
    }

    .blocks-gallery-grid .blocks-gallery-item {
        width: unset !important;
    }
}