.grid-card-post-dev li{
    text-decoration: none;
    border: 1px dashed #63636363;
    border-radius: 25px;
    padding: 20px 20px 5px 20px;
    width: 340px;
}

.grid-card-post-dev .wp-block-columns{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}

.img-card-post-dev{
    margin: auto;
    width: 298px;
    height: 182px;
    border-radius: 20px;
    object-fit: cover;
    overflow: hidden;
}

.text-card-post-dev{
    text-decoration: none;
}

.card-post-dev h4 a{
    text-decoration: none;
}

.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a){
    text-decoration: none;
}