.category > h1,
.category > .portfolio-titles > h1 {
    font-size: calc(var(--index) * 4);
    line-height: calc(var(--index) * 4);
    margin-bottom: 0;
}
.category .blog-cat-title {
    text-align: center;
}
.category > p {
    max-width: 630px;
    text-align: justify;
    margin-bottom: 30px;
    font-size: 16px;
}
.category .portfolio-titles {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}
.category .all-news .image > a,
.category .all-news .shortstory > a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 80%;
}
.category .all-news .image > a > img,
.category .all-news .shortstory > a > img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 604px;
    object-fit: cover;
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .2s ease-in-out;
}

.category .all-news .image:hover > a > img,
.category .all-news .shortstory:hover > a > img {
    transform: translate(-50%, -50%) scale(1.05);
}

.category {
    margin: 30px 0 50px 0;
}
.category .blog_menu {
    list-style: none;
    margin: 30px 0 50px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.category .blog_menu.prtf_menu {
    justify-content: flex-start;
}
.category .blog_menu li {
    /* margin-right: 30px;
    margin-bottom: 30px; */
}
.category .blog_menu li:last-child {
    margin-right: 0;
}
/*.category .blog_menu li a {*/
/*    display: inline-block;*/
/*    text-transform: uppercase;*/
/*    height: 44px;*/
/*    min-width: 221px;*/
/*    line-height: 44px;*/
/*    padding: 0 50px;*/
/*    border: 1px solid #cdcdcd;*/
/*    text-align: center;*/
/*}*/
.category .blog_menu li a {
    display: inline-block;
    text-transform: uppercase;
    height: 44px;
    min-width: 120px;
    line-height: 44px;
    padding: 0 10px;
    /*border: 1px solid #cdcdcd;*/
    text-align: center;
}
/*.category .blog_menu li a.active {*/
/*    border: 1px solid #252525;*/
/*    background: #252525;*/
/*    color: #fff;*/
/*}*/
.category .blog_menu li a.active {
    border-bottom: 1px solid #252525;
}
.category .blog_menu li a:hover {
    border-bottom: 1px solid #252525;
    transition: 1.5s;
    text-decoration: none;
}

.blog_news {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blog_news.jcenter {
    justify-content: center;
}
.blog_news > .shortstory {
    flex-basis: 20%;
    padding: .5%;
    margin-bottom: 20px;
}
.blog_news > .shortstory .short-preview {
    display: block;
    max-width: 346px;
    max-height: 191px;
    width: 100%;
    object-fit: cover;
    min-height: 191px;
}

.all-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.shortstory,
.all-news .image {
    position: relative;
}
.all-news .shortstory .info,
.all-news .image > .image_text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    text-align: right;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}
.all-news .shortstory .info > h2,
.all-news .image > .image_text > h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: calc(var(--index) * 1.3);
    line-height: calc(var(--index) * 1.3);
    pointer-events: none;
}

.blog_news > .shortstory {

}
.blog_news > .shortstory .info {
    margin: 16px 0;
}
.blog_news > .shortstory .info > h2 {
    margin-bottom: 0;
    font-size: calc(var(--index) * 1.2);
    line-height: calc(var(--index) * 1.2);
}
.blog_news > .shortstory > a:last-child {
    display: block;
}
.blog_news > .shortstory > a:last-child > .arrow_text {
    font-size: 14px;
    padding-right: 40px;
    background-size: 26px auto;
}