.archive-title h1 {
   font-size: 1.5rem !important;
}
.archive-header .article-excerpt {
    overflow: hidden;
    max-height: 69px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}