/**/
.startup-hub-cat-page {
    float: right;
    width: 80%;
    position: relative;
    right: 0;
    margin-bottom: 250px;
}
.category-header {
    width: 90%;
    float: right;
    margin: 20px 0;
}
.startup-hub-heading {
    width: 50%;
    float: left;
}
.startup-hub-desc {
    width: 41%;
    float: right;
}
.startup-hud-main-cat {
    width: 100%;
    float: right;
}
.category .a-article-wrapper {
    width: 100%;
    float: left;
}
.startup-hub-cat{
	position: relative;
}
.startup-hub-cat.active:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -50px;
    background: url(../png/stroke-1%402x.png) no-repeat;
    height: 50px;
    background-color: #000;
    background-size: 15%;
    background-position: center right 15px;
    padding: 10px;
}
.startup-hub-cat.active .startup-hub-txt {
    height: 450px;
}
.category .startup-hub-cat {
    float: left;
    width: 24%;
    padding: 18px 0;
    min-height: 490px;
    background-size: 100% !important;
    margin-left: 14px;
}
.category .startup-hub-cat {
    margin-left: 0;
}
.startup-hub-cat:not(.active){
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /* filter: url(grayscale.svg); */
    filter: gray;
}
.active .startup-hub-txt{
    border: solid 5px transparent;
}

.cat-header-title-s {
    font-size: 28px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -1px;
    color: #000000;
}
.cat-header-title-b {
    font-size: 85px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 55px;
    letter-spacing: -3.2px;
    color: #000000;
}
.cat-header-desc {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #000000;
    opacity: 0.6;
    font-family: 'Noto Sans', sans-serif;
    margin-top: 65px;
}


.tag-page-header{
    margin-top: 50px;
    margin-bottom: 150px;
    text-align: center;
}


@media screen and (max-width:768px){
    .category-header {
        width: 90%;
        margin: 40px auto;
    }
    .cat-header-title-s {
        font-size: 18px;
        letter-spacing: normal;
    }
    .cat-header-title-b {
        font-size: 32px;
        line-height: 10px;
        letter-spacing: -1.2px;
    }
    .startup-hub-desc, .startup-hub-heading {
        width: 100%;
        float: left;
    }
    .cat-header-desc {
        font-size: 14px;
        margin-top: 10px;
    }
    .startup-hub-cat-page {
        float: right;
        width: 100%;
        margin-bottom: 60px;
    }
    .category .startup-hub-cat {
        width: 40%;
        min-height: 200px;
        margin-bottom: 80px;
    }
    .startup-hub-cat.active:after {
        bottom: -50px;
    }
    .a-article-row {
        margin-left: 35px;
    }


}


