.article-card .article-card__descp, .article-card .article-card__title {
    text-align: left;
}
.article-card__descp .article-card__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 107%;
    color: #333333;
}
.article-card__list {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page__excurs .typical-slider__nav__ {
    display: none;
}

@media only screen and (max-width : 768px) {
    .page__excurs .typical-slider__bullets {
        margin-top: 15px;
        justify-content: center;
    }
    .swiper_wrapper {
        margin-bottom: 20px;
    }
    .excurs-slider .new_pag {
        margin-top: 40px;
    }
}
