.blog_article {
    height: auto;
    inline-size: 50vw;
    overflow-wrap: break-word;
    text-size-adjust: 100%;
}

.blog_thumbnail {
    width: 50vw;
    font: 16px / 25.6px "PT Serif", Georgia, Times, "Times New Roman", serif;
}


#P_7, #P_28 {
    margin: 0 0 5px;
}

#SPAN_11, #SPAN_32 {
    text-size-adjust: 100%;
    text-transform: uppercase;
    transform-origin: 0 0;
    font: 12px "PT Serif", Georgia, Times, "Times New Roman", serif;
}

#A_13 {
    color: rgb(31, 30, 30);
    overflow-wrap: break-word;
    font: 38px Oswald, Helvetica, Arial, sans-serif;
}

#P_15 {
    inline-size: 50vw;
    overflow-wrap: break-word;
    font: 16px / 25.6px "PT Serif", Georgia, Times, "Times New Roman", serif;
    margin: 0;
}

#SPAN_17 {
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-transform: uppercase;
    background: rgb(0, 90, 140) none repeat scroll 0 0 / auto padding-box border-box;
    padding: 15px;
    transition: all 0.5s ease 0s;
}

#A_16 {
    display: flex;
    margin: 10px 0;
}

#HR_18 {
    width: 776.781px;
    border-top: 0 none rgb(0, 0, 0);
    border-left: 0 none rgb(0, 0, 0);
    margin: 8px 0 20px;
    padding: 0 0 10px;
}

#ARTICLE_23 {
    display: flow;
    height: 156px;
    inline-size: 776.781px;
    overflow-wrap: break-word;
    font: 16px / 25.6px "PT Serif", Georgia, Times, "Times New Roman", serif;
    margin: 25px 0 0;
}

#DIV_24 {
    float: left;
    height: 150px;
    inline-size: 260px;
    margin: 0 20px 10px 0;
}

#A_34 {
    color: rgb(31, 30, 30);
    overflow-wrap: break-word;
    font: 20px Oswald, Helvetica, Arial, sans-serif;
}

#DIV_35 {
    height: 55px;
    overflow: hidden;
}

.blog_content{
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
}
.blog_sale_cars{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-shrink: 3
}
.catalog__item{
    width: 60%;
}
@media screen and (max-width: 1024px) {
    .catalog__item{
        width: 90%;
    }
    .blog_content{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #ARTICLE_23 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
    }
    .blog_article {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
    }
    .blog_thumbnail {
        width: 100%;
    }
    #P_15 {
        inline-size: 100%;
    }
    #A_13 {
        font: 20px Oswald, Helvetica, Arial, sans-serif;
    }
    #HR_18 {
        width: 100%;
    }
}
