.Post--item {
    max-width:333px;
    min-width:300px;
    flex:1;
    position:relative;
    padding:10px;
    background: white;
    overflow:hidden;
    transition:.4s;
    border-radius:17px;
    border: 1px solid var(--diver);
    cursor: pointer;
}.-Po-Thumb {
    overflow:hidden;
    border-radius:9px;
    max-height:187px;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#898989;
}.-Po-Thumb>img {
    transition:.4s;
    position:relative;
}.-Po-Info {
    display:flex;
    padding:10px;
    border-radius:10px;
    z-index:2;
    bottom:10px;
    flex-direction:column;
}.city-initem {
    margin:10px 0 22px;
}.city-initem a {
    color:var(--primary-text);
    padding:5px 9px;
    margin-bottom:20px;
    background: rgb(var(--uicolor-code) /10%);
    border-radius:var(
    --largeradius);
    border:1px solid var(
    --uicolor);
    font-size: 13px;
}.sile-otm-con {
    overflow:hidden;
}.posts_title {
    font-size: 18px;
    color:var(--primary-text);
    font-weight: 600;
    line-height: 28px;
} .posts_title a {
    font-weight:600;
}.posts_tit {
    margin-top:10px;
    display:none;
}.posts_tit a {
    font-size:16px;
    color:var(--uicolor);
    font-weight:400;
    display:none;
    align-items:flex-end;
 }.posts_tit>a>i {
    margin-inline-start:9px;
}