.article_block {
    margin-top: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article_info {
    width: 60%;
    text-indent: 60px;
}

.article_href_to_main {
    cursor: pointer;
    color: #3A5FCD !important;
    transition: 0.3s;
}

.article_href_to_main:hover {
    text-decoration: underline;
    color: #2F4F9F;
}

.article_info > p {
    margin: 0 !important;
    font-size: 1.8vh;
}

.article_info > .article_title {
    font-size: 2.5vh !important;
    text-align: center;
    margin-bottom: 20px !important;
}

.article_img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}


@media (max-width: 991px) {
    .article_info {
        width: 90%;
        text-indent: 30px;
    }
}
