.project-filter-group {
    margin-top: 34px;
}

.project-filter-group:first-of-type {
    margin-top: 42px;
}

.project-filter-heading {
    margin: 0 0 16px;
    color: #239dec;
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1.3;
    text-transform: uppercase;
}

.project-filter-group .list_of_client {
    margin-top: 0;
}

.project-filter-group--services {
    padding-top: 26px;
    border-top: 1px solid rgba(35, 157, 236, .22);
}

@media (max-width: 767px) {
    .project-filter-group {
        margin-top: 26px;
    }

    .project-filter-group:first-of-type {
        margin-top: 30px;
    }

    .project-filter-group--services {
        padding-top: 22px;
    }

    .project-filter-heading {
        margin-bottom: 12px;
        font-size: 15px;
    }
}
