.img-posts{
    align-self: flex-start;
    width: 85px;
    height: 65px;
    object-fit: cover;
    border-radius: 5px;
}

.data-post{
    margin-bottom: 5px !important;
    color: #7F7F7F !important;
    transition: color .25s !important;
}

.link-post{
    font-size: 12px !important;
    line-height: 15px !important;
    font-weight: 400 !important;
    letter-spacing: .1px !important;
    transition: color .25s !important;
    text-decoration: none !important;
    color: #454545 !important;
}

.link-post:hover{
    color: #00A849 !important;
}

.title-post{
    margin-bottom: 15px;
    color: #7F7F7F;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}

