.containerpost {
    max-width: 1300px;
    min-width: 320px;
    padding: 30px;
    margin: 0 auto;
    font-family: "Segoe UI", Arial, sans-serif !important; 
}
.posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.alt_img{
        height: 93% !important;
    }
.posts__item {
    display: flex;
    flex-direction: column;
    flex-basis: 32%;
    background-color: #fff;
    margin-bottom: 22px;
    position: relative;
    font-family: "Segoe UI", Arial, sans-serif !important; 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

}
.posts__item--main {
    flex-basis: 66%;
}
.posts__item--main:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.posts__item--main .posts__image {
    display: flex;
    flex-grow: 1;
}
.posts__item--main .posts__information {
    position: absolute;
    bottom: 10px;
    left: 50px;
    padding: 0 25px 0 0;
    z-index: 1;
}
.posts__item--main .Princ_posts__title a {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    color: #505050;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    margin-left: 0%;
}
.posts__item--main .posts__title a {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    color: #505050;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    width: 250px;
    margin-left: -15%;
}
.posts__image > img {
    display: block;
    width: 100%;
}
.posts__image > video {
    display: block;
    width: 100%;
}
.posts__information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 25px;
    flex-grow: 1;
    font-family: "Segoe UI", Arial, sans-serif !important;
}
.posts__date {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.325px;
    color: #505050;
    text-transform: uppercase;
    font-weight: 600;
    margin: 7px 0;
    text-align: left;
}
.posts__date a{
    color: #505050;
}
.posts__title {
    margin-top: 7px;
    margin-bottom: auto;
}
.posts__title a {
    text-align: justify;
    width: 100%;
    font-size:16px;
    line-height: 30px;
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    color: #505050;
    text-decoration: none;
}
.posts__title a:hover {
    text-decoration: underline;
}
.posts__author {
    margin-top: 55px;
}
.posts__author img {
    border-radius: 50px;
    width: 60px;
}
@media screen and (max-width: 1199px) {
    .posts__item {
        flex-basis: 49%;
    }
    .posts__item--main {
        flex-basis: 100%;
        justify-content: center;
    }
    .posts__item--main .posts__image {
        display: block;
    }
    .posts__item--main .posts__information {
        width: 100%;
        bottom: auto;
        left: auto;
        align-items: center;
        text-align: center;
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    .posts__item {
        flex-basis: 49%;
    }
    .posts__item--main {
        flex-basis: 100%;
        justify-content: center;
    }
    .posts__item--main .posts__image {
        display: block;
    }
    .posts__item--main .posts__information {
        width: 100%;
        bottom: auto;
        left: auto;
        align-items: center;
        text-align: center;
        padding: 0;
    }
}
@media screen and (max-width: 480px) {
    .posts__item {
        flex-basis: 100%;
    }
}
#Pild_Conc{
    margin-left: -3%;
    margin-top: -5%;
}