#onepagelist_news_items_container > div:not(:first-child) {
    margin-top:14px;
}

.onepagelist_news_div_item {
    padding-bottom:25px;
    display:flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
}
.onepagelist_news_item_div_contents > div:first-child {
    font-family: 'Lora';
    font-size:170%;
}
.onepagelist_news_item_div_contents > div:nth-child(2) {
    font-family: 'Lora';
    color:#bc987a;
}
.onepagelist_news_item_div_contents > div:nth-child(3) {
    margin-top:14px;
}
.onepagelist_news_item_div_img {
    text-align: right;
}

@media (max-width: 767px) {
    .onepagelist_news_item_div_img {
        margin-top:14px;
        max-width:400px;
    }
}

@media (min-width: 768px) {
    #onepagelist_news_items_container {
        margin-top:25px;
    }
    #onepagelist_news_items_container > div:not(:first-child) {
        margin-top:30px;
    }
    .onepagelist_news_div_item {
        padding-bottom:25px;
        flex-direction: row;
    }
    .onepagelist_news_item_div_contents > div:first-child {
        line-height:1;
    }
    .onepagelist_news_item_div_img {
        width:35%;
        min-width:35%;
        margin-right:5%;
    }
}