.posts .post.card, .posts .widget {
    box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.05) !important;
    transition: all .3s ease-in-out;
}
.posts .post-image img {
    height: 210px;
}
.posts .post-title {
    color: #333;
    font-weight: 500;
    line-height: 2.1rem;
    transition: all .2s ease-in-out;
}
.card-meta li {
    padding-left: 8px;
    margin: 0px !important;
}
.card-meta li:not(:first-child) {
    margin-right: 8px !important;
}
.card-meta li:not(:last-child) {
    border-left: 1px solid #EBEBEB;
}
.posts .post .post-description {
    color: #555;
    font-size: 15px;
    line-height: 1.7rem;
    font-weight: 300;
}
.posts .post .btn {
    border-color: var(--main-color);
    color: var(--main-color);
    transition: all .2s ease-in-out !important; 
    padding: 10px 22px;
}
.posts .post.card:hover .post-title {
    color: var(--main-color);
}
.posts .post.card:hover .btn {
    background-color: var(--main-color);
    color: #fff;
}

.posts .widget {
    border-top: 5px solid var(--main-color);
}

.posts .widget-categories a {
    transition: all .3s ease-in-out;
    border-bottom: 1px solid #EBEBEB;
    padding: 10px 20px 10px 0;
    color: #333;
    font-weight: 300;
}

.posts .widget-categories a:hover {
    color: var(--main-color);
}

.posts .widget-categories a::before {
    position: absolute;
    content: "#";
    color: #4FD675;
    right: 0;
    top: 8px;
}