.-Post-box-single-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1;
    max-width: 434px;
    min-width: 349px;
    background: white;
    border-radius: var(--largeradius);
    overflow: hidden;
    cursor: pointer;
    transition: 350ms;
    border: 1px solid var(--diver);
}

.-defualt-object--center .-Post-box-single-item {
    background: var(--background);
}.-Post-box-item-Thumb {
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-theme-color2);
    width: 435px;
}
 
.-Post-box-item-Info {
    padding: 25px;
}.posts_title {
    font-size: 22px;
    margin-bottom: 15px;
}.posts_title a h3 {
    font-size: 21px;
    display: block;
    color: #000;
    line-height: 1.5;
    font-weight: 500;
}.button-blog {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 13px;
}
p.blog_contant {
    max-height: 80px;
}

.blog_contant {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--secondarytext);
    flex: 1;
    max-width: 280px;
}
.button-blog i {
    width: 45px;
    height: 45px;
    font-size: 21px;
    color: #1c1c1c;
    background: var(--uicolor2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 350ms;
}