.it-header-page-categories{
    background-color: #00378A;
    padding: 60px;
    margin-bottom: 20px;
}
.it-header-page-categories .title{
    margin-bottom: 24px;
}
.it-header-page-categories .title .category-title{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    color: #F9F9F9;
    margin-bottom: 0;
}
.it-header-page-categories .description{
    margin-bottom: 24px;
}
.it-header-page-categories .description .category-description{
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #F9F9F9;
    max-width: 736px;
}
.it-header-page-categories .description .category-description p:last-child{
    margin-bottom: 0;
}
.children-categories{
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}
.children-categories a{
    border: 1px solid #F9F9F9;
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    background-color: transparent;
    border-radius: 30px;
    color: #F9F9F9 !important;
}
.children-categories a:hover{
    background-color: #F9F9F9;
    color: #00378A !important;
}

@media(max-width: 1024px){
    .it-header-page-categories {
        padding: 30px;
    }
}
@media(max-width: 992px){
    .it-header-page-categories .title .category-title{
        font-size: 24px;
        line-height: 24px;
    }
    .children-categories a{
        font-size: 15px;
        line-height: 15px;        
    }
}
@media(max-width: 767px){
    .it-header-page-categories {
        padding: 20px;
    }
}