.article-content {
    padding: 1.25rem;
    transition: all .5s ease;
    height: 375px;
}
.article-content .article-preview {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.article-content img {
    max-height: 180px;
    height: 180px;
    width: 100%;
}
.article-content:hover {
    margin-top: 3.25rem !important;
}
.article-content img {
    margin-top: -75px;
}
.article-content .article-text {
    text-align: justify !important;
    font-size: .9rem;
    color: #333333;
}
.article-content .article-btn {
    padding: .5rem 1.25rem;
    font-size: .9rem;
}
.article-content .btn-link:hover {
    background: var(--text-color);
    color: #FFFFFF;
}
.article-content-detail p {
    text-align: justify;
    line-height: 1.75rem;
    font-size: 15px
}
span {
    font-family: 'IRANSans', sans-serif !important;
    font-size: 15px !important;
}
