.post-l {
    width: 100%;
    height: 237px;
    background: url(https://www.rk-kinder.de/home-ban/img/1.png) no-repeat;
    color: #ffffff;
    background-size: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 18px;
    padding-right: 10px;
}

.post-l a {
    color: #fff;
}

.post-l a:hover {
    color: #fff;
    text-decoration: none;
}

.post-l-two a {
    color: #fff;
}

.post-l-two a:hover {
    color: #fff;
    text-decoration: none;
}

.post-l-tree a {
    color: #fff;
}

.post-l-tree a:hover {
    color: #fff;
    text-decoration: none;
}

.post-l-two {
    width: 100%;
    height: 240px;
    background: url(https://www.rk-kinder.de/home-ban/img/2.png) no-repeat;
    color: #ffffff;
    background-size: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 18px;
    padding-right: 10px;
}

.post-l-tree {
    width: 100%;
    height: 237px;
    background: url(https://www.rk-kinder.de/home-ban/img/3.png) no-repeat;
    color: #ffffff;
    background-size: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 18px;
    padding-right: 10px;
}

.post-l__descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 95px;
    margin-right: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-l__title {
    padding-top: 20px;
    width: 460px;
    font-size: 40px;
    line-height: 57px;
}

.post-l__subtitle {
    font-size: 33px;
    line-height: 79px;
    font-family: 'Carlo Melow';
}

.post-l__subtitle span {
    border-bottom: 1.7px solid #fff;
}

@media (max-width: 485px) {
    .post-l {
        height: 161px;
    }
    .post-l-two {
        height: 161px;
    }
    .post-l-tree {
        height: 161px;
    }
    .post-l__title {
        padding-top: 10px;
        width: 260px;
        font-size: 30px;
        line-height: 35px;
    }
    .post-l__subtitle {
        font-size: 23px;
        line-height: 39px;
        font-family: 'Carlo Melow';
    }
    .padd_b {
        margin-bottom: 0px!important;
    }
}