.blog-card-item .blog-card-title {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.42em;
    text-align: left;
    color: #FFFFFF;
    height: 80px;
}

.blog-card-item .btn-secondary-2 {
    background-color: #2f324187;
    padding: 5px 17px;
    color: #34384C;
    border: 1px solid #2f324187;
    border-radius: 39px;
    margin-top: 10px;
    width: max-content;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.btn-secondary-2.animate-button span {
    text-align: center;
    background: var(--gradient-primary);
    color: var(--text-primary);
    border: none;
    border-radius: 100px;
    padding: 10px 12px;
    width: auto;
    min-width: 110px;
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

