.woodly-post-thumbnail {

}
.woodly-post-thumbnail img{
    width: 100%;
    height: 470px;
    transition: all 0.5s;
    object-fit: cover;
}
.woodly_post_thumnel{
    overflow: hidden;
    border-radius: 6px;
}
.woodly_single-post-main:hover img{
    transform: scale(1.05);
}
.woodly-blog-meta{
    color: #1F2826;
    font-family: Libre Baskerville;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    margin-top: 11px;
    margin-bottom: 6px;
}
.woodly-blog-meta a , .woodly-blog-title a{
    color: #1F2826;
}
.woodly-blog-title {
    color: #1F2826;
    font-family: Libre Baskerville;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 15px;
}
.woodly-blog-dec {
    color:  #1F2826;

    /* DM 16 */
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.woodly-link-post {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Libre Baskerville;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    border-bottom: 1px solid #000;
}