.blog_description{
    text-align: center;
    font-size: var(--eighteen);
    color: rgba(40, 40, 40, 0.60);
    line-height: 140%;
    width: 90%;
}
.blog_items_block{
    align-items: stretch;
    justify-content: start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px 0;
}
.blog_item{
    border: 1px solid rgba(186, 230, 253, 0.4);
    flex-direction: column;
    align-items: start;
    gap: 10px;
    width: calc(100% / 4 - 15px);
    border-radius: 14px;
    background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
    padding: 20px;
    box-shadow: 0 8px 28px -12px rgba(14, 165, 233, 0.12);
}
.blog_item:hover{
    border-color: var(--brandGray);
}
.blog_img{
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    height: 240px;
}
.servs_title{
    font-size: var(--twenty);
    font-family: 'Inter-Bold';
}
.serv_inf_blog{
    margin-bottom: auto;
    color: rgba(40, 40, 40, 0.60);
    font-size: var(--eighteen);
}
.dateof_blog{
    font-size: var(--sixteen);
}
.date_line_blck{
    gap: 5px;
}
.blue_line{
    width: 60px;
    border-bottom: 4px solid var(--brandGray);
}
.blog_item:hover .blue_line{
    width: 100px;
}
.blog_item_section{
    max-width: 1000px;
    margin: 50px auto;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    font-size: var(--eighteen);
    color: rgba(40, 40, 40, 0.60);
    /*line-height: 140%;*/
}
.blogs_title{
    align-self: center;
    margin-bottom: 20px;
    font-size: 40px;
    color: var(--black);
}
.pagination_{
    justify-content: center;
    margin-bottom: 80px;
    gap: 10px;
}
.next_prev_btn{
    border: 1px solid var(--brandGray);
    border-radius: 4px;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    height: 40px;
    background-color: var(--brandGray);
}
.next_prev_btn:hover{
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.25), rgba(224, 242, 254, 0.5));
    border-color: var(--brandGrayBold);
}
.next_prev_btn:hover svg path{
    stroke: var(--brandGrayBold);
}
.pagination_sp {
    font-size: var(--eighteen);
    width: 40px;
    height: 40px;
    color: var(--brandGray);
    border-radius: 4px;
    justify-content: center;
    font-family: 'Inter-Bold';
    border: 0.3px solid var(--brandGray);
}
.pagination_sp:hover, .pagination_sp_active {
    background: var(--gradient-brand);
    color: var(--white);
    border-color: transparent;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.22);
}
.tochki_:hover{
    background-color: transparent !important;
    color: var(--brandGray) !important;
}












