	/*.content_text_details {*/
/*    font-family: auto;*/
/*}*/
.title_h1 {
        margin-bottom: 30px;
    font-weight: 500 !important;
}
.image__company {
    margin: 20px 0;
    display: flex;
    gap: 20px;
}

.image__company img {
    width: 180px;
}
.bp_news_create_date {
    display: none;
}
.image__inline {
    display: flex;
    margin: 20px 0;
    justify-content: center;
}
.image__inline img {
    width: 250px;
}
.details_news h2 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 27px;
    margin-bottom: 17px;
    font-weight: 600 !important;
}
@media screen and (max-width: 768px ) {
    .image__company {
        display: grid;
        grid-template-columns: repeat(2,auto);
    }
    .content_text_details p {
    font-size: 14px;
    color: #333333;
}
}
