﻿h2.new-cate-title
{
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 70px;
}
.new-design-title
{
    position: relative;
}
.new-design-title::after
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    width: 40px;
    background: #c00;
    border-radius: 4px;
}
@media screen and (max-width: 1440px)
{
    h2.new-cate-title
    {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 22px;
        padding-top: 30px;
    }
}
@media screen and (max-width: 1024px)
{
    h2.new-cate-title
    {
        font-size: 24px;
        line-height: 32px;
        padding-bottom: 22px;
        padding-top: 30px;
    }
}
@media screen and (max-width: 768px)
{
    h2.new-cate-title
    {
        padding-bottom: 16px;
        padding-top: 20px;
    }
}
