.container-custom-bl0ck-0b1 {
    display: inline-flex;
    width: 100%;
    position: relative;
    float: left;
    border: 1px solid rgba(129, 128, 143, 0.26);
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 14px 1px rgba(36, 79, 143, 0.18);
    background: #e8f7ff;
    transition: .5s;
    margin-bottom: 10px;
}

.img-bl0ck-0b1 {
    width: 100%;
    aspect-ratio: 3 / 2;
    /*max-width: 170px;*/

    /*border-radius: 5px 0px 0px 5px;*/
    border-radius: 5px;
    position: relative;
    overflow:hidden;
    max-width:165px;
    height:100%;
    min-height: 90px;
}
.img-bl0ck-0b1 .image{
    /*aspect-ratio: 3 / 2;*/
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:165px;
    height:100%;
    object-fit:cover;
}
.over_post  .container-custom-bl0ck-0b1 {
    margin-right: 20px;
    width: 48.2%;
    margin-bottom: 15px;
    margin-left: inherit;
    display: inline-flex;
    /*margin: 0 -20px;*/
    padding: 0;
}
.item_text{
    padding-top: 5px;
    padding-left: 5px;
    width: 100%;
}
.item_text_footer{
    position: absolute;
    bottom: 0;
    line-height: 1;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    width: -moz-available;
    width: -webkit-fill-available;
}
.small-preview .item_text_footer{
    margin-left: 20px;
    color: #6c7076;
}
.text-bl0ck-0b1 {
    font-family: 'Merriweather', serif;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 18px;
    color: black;
    font-weight: 600;
    line-height: initial;
}
.item_likes{
    align-items: center;
    display: flex;
    padding: 0 21px;
}
.item_likes:before {
    background-image: url(../image/hand.png);
    width: 14px;
    height: 14px;
}
.item_time{
    /*left: 152px;*/
    align-items: center;
    display: flex;
    /*padding-left: 21px;*/
}
.item_time:before {
    background-image: url(../image/clock.svg);
    width: 13px;
    height: 13px;
}
.item_time:before, .item_likes:before, .item_views:before, .item_comments:before {
    content: " ";
    background-size: 100%;
    margin-bottom: 2px;
    margin-right: 4px;
}
.popular{
    color: white;
    line-height: 1;/*!important*/
    font-size: 12px;/*!important*/
    bottom: 0;
    right: 0;
    width: 110px;
    text-align: center;/*!important*/
    padding: 6px 0px;
    background: rgb(8, 67, 134);
    transition: all 0.4s ease 0s;
}
a .popular{
    font-weight: bold!important;
    font-family: 'Roboto', sans-serif !important;
}
.right-block-teaser-bottom{
    display: flex;
    align-items: center;
    margin: 0 10px 10px 0;
}
.right-block-teaser-bottom img {
    max-width: 22px;
    padding-right: 10px;
}
.lines-read-also .teaser-line .container-custom-bl0ck-0b1, .text .container-custom-bl0ck-0b1{
    border-radius: 0;
    /*padding: 25px 0;*/
}

@media screen and (max-width: 1219px) {
    .over_post .container-custom-bl0ck-0b1 {
        margin-right: 22px;
        width: 47.9%;
    }
    .over_post .container-custom-bl0ck-0b1 {
        margin-right: 15px;
    }
}
@media screen and (max-width: 1000px) and (min-width: 727px){
    .over_post .container-custom-bl0ck-0b1 {
        margin-right: 33px;
    }
}

@media screen and (max-width: 1000px) {
    .over_post .container-custom-bl0ck-0b1 {
        width: 100%;
    }
}

@media screen and (max-width: 727px) {
    .over_post .container-custom-bl0ck-0b1 {
        display: inline-flex;
        width: 100%;
        /*max-width: 424px;*/
        position: relative;
        float: left;
        border: 1px solid rgba(129, 128, 143, 0.26);
        border-radius: 0;
        margin: 0;
        padding: 25px 20px;
        background: #e8f7ff;
        transition: .5s;
    }
    .img-bl0ck-0b1 {
        border-radius: 5px;
    }
}
@media screen and (max-width: 500px) {
    .right-block-teaser-bottom {
        display: none;
    }
    .container-custom-bl0ck-0b1
    {
        min-height: 110px;
    }
}
@media screen and (max-width: 390px) {
    .img-bl0ck-0b1 {
        width: 158px;
        height: initial;
    }
}
@media screen and (max-width: 400px){


}