.article h1 {

    display: block;
    /* margin: 0 auto; */
    color: #000;
    text-align: center;
    font-family: Arial;
    font-weight: 400;
    font-size: 30px;
    text-transform: none;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    position: relative;

}

.article h2 {
    text-indent: 25px;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.article h3 {
    text-indent: 25px;
    color: #000;
    font-weight: bold;
    font-size: 15px;
}
.article p {
    text-align: justify;
    text-indent: 25px;
    font-size: 15px;
}
.article ul {
    margin: 0 0 2em 25px;
}
.article li {
    font-size: 16px;
    list-style-type: disc;
}
.article img {
    width: 100%;
    padding-bottom: 25px;
}
.blog img {
    width: 100%;
    padding-bottom: 25px;
}
.blog p {
    text-align: justify;
    text-indent: 25px;
    font-size: 15px;
}
.intro {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog h2 {
    font-size: 24px;
    padding: 0 25px;
    font-weight: bold;
}