.-Post-box {
    max-width: 338px;
    min-width: 280px;
    flex: 1;
    margin-bottom: 17px;
} 

.box-Th {
    border-radius: 22px;
    overflow: hidden;
    height: 310px;
    background: var(--bg-theme-color2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.Post-box-Info {
    display: block;
    margin-top: 33px;
    margin-bottom: 26px;
}

.boxitem-blog {
    position: relative;
    margin-bottom: 20px;
}

.boxitem-blog a {
    padding: 8px 19px;
    font-size: 18px;
    border-radius: var(--xxlargeradius);
    background: #ececef;
    font-weight: 400;
}

.boxitem-blog > a > i {
    margin-inline-end:5px;}

.posts_title {
    font-size: 18px;
    color: var(--primary-text);
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1.6;
}

p.blog_contant {
    font-size: 16px;
    line-height: 1.6;
    color: var(--secondarytext);
    font-weight: 400;
    margin-bottom: 10px;
}

.icon_title {
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-weight: 400;
    align-items: center;
}

.icon_title i {
    margin-right: 5px;
    transform: rotateY(180deg);
    position: relative;
    right: -81px;
    font-size: 18px;
    top: 3px;
    font-weight: 600;
    transition: .2s all ease;
}

.icon_title span {
    opacity: 0;
    transition: 0.3s;
}

.-Post-box:hover .icon_title span {
    opacity: 1;
}

.-Post-box:hover .box-Th img {
    transform: scale(1.05);
}

.-Post-box .box-Th img {
    transition: all ease .4s;
}

.-Post-box:hover .icon_title i {
    right: 0;
}
