.articles-section h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: var(--main-dark);
    margin-bottom: 0px;
}

.articles-section {
	/*padding-top: 100px;*/
	/*changed by amini*/
}

.articles-section ul li::before {
    content: unset !important;
}


.articles-section ul a {
    padding: 0 !important;
}

.articles-slides {
/*     padding-top: 32px; */
		/*changed by amini*/

}

.article-card {
    width: 266px;
    height: 360px;
    border-bottom: 1px solid #d9d9d9;
}

.article-card:hover {
    border-bottom: 1px solid #606060;
}

.article-card .read-card-link {
    margin-top: 7px;
    float: right;
    position: absolute;
    bottom: 20px;
    right: -5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--galaxy-primary);
}

.read-card-link i {
    color: var(--galaxy-primary);
    padding-top: 7px;
    padding-left: 7px;
    font-size: 13px;
}

.article-card h3 {
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: var(--main-dark) !important;
    padding-top: 19px !important;
    margin-bottom: 0 !important;
    text-align: left;
}

.article-author {
    padding-top: 20px;
}

.article-author span {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: var(--nero);
}

.line-hover-article {
    margin-top: 48px !important;
}

.article-card:hover {
    border-bottom: 1px solid #606060;
}

@media only screen and (max-width: 990px) {
    .articles-part {
        margin-top: 115px;
    }

    .articles-part .splide__pagination {
        margin-bottom: 64px;
    }

    .articles-slides .splide__pagination {
        position: relative;
        margin-top: 24px;
    }

    .articles-section h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: var(--main-dark);
        text-align: center !important;
    }

    .splide-articles-section {
        width: 100vw;
    }

    .articles-section {
        padding-top: 0px;
    }

    .article-card {
        border-bottom: 1px solid #606060;
    }
}