.geniralBlock {
    display: flex;
}

.card {
    margin-top: 20px;
}

.bodyBlock {
    margin: 0px 3% 0px 0%;
}

p > a {
    word-break: break-all;
}

.text_comment {
    background: #222325;
    border-radius: 8px;
    color: white;
    padding: 10px;
}

    .text_comment > p {
        margin: 10px;
    }

        .text_comment > p > a {
            color: #4cb7eb;
            text-decoration: none;
        }


.articleBlockTwo {
    max-width: 300px;
    width: 90%;
}

.article-img {
    width: 97%;
    display: block;
    margin-bottom: 10px;
}

.article-block {
    margin-top: 10px;
}

.bodyBlock > p > img {
    width: 100%;
    height: 100%;
    max-width: 97%;
    object-fit: contain;
}

.bodyBlock > div > img {
    width: 100%;
    height: 100%;
    max-width: 97%;
    object-fit: contain;
}

.block-text > p > img {
    width: 100%;
    height: 100%;
    max-width: 97%;
    object-fit: contain;
}

figure > img {
    width: 100%;
    height: 100%;
    max-width: 97%;
    object-fit: contain;
}

@media screen and (min-width: 1400px) {
    .geniralBlock {
        display: flex;
    }
}

@media screen and (max-width: 1400px) {
    .articleBlockTwo {
        display: none;
    }

    .geniralBlock {
        display: block;
    }

    .bodyBlock {
        margin: 0px;
    }
}