.category-title {
    color: black;
    font-size: 50px;
    text-align: center;
    font-family: Helvetica;
    font-weight: bold;
    letter-spacing: -1px;
    margin-top:10px;
}
@media(max-width:768px){
    .category-title{
        font-size:32px;
        line-height: 100%;

    }
    .category-subtitle {

        font-size:22px!important;
        line-height: 100%;
    }
    .title-skeleton {
        margin-bottom: 30px!important;
    }
}

.category-subtitle {
    color: black;
    font-size: 25px;
    text-align: center;
    margin-top: 25px;
    font-family: Helvetica;
    font-weight: 400;
    letter-spacing: -1px;
}
.title-skeleton {
    margin-bottom: 70px;
    margin-top: 70px;
}
