@charset "utf-8";

/*
    Industries hub - three groups of cards.
*/

.industry-groups {
    padding: 56px 0 20px;
}

.industry-group {
    margin-bottom: 52px;
}

.industry-group:last-child {
    margin-bottom: 20px;
}

.industry-group .section-title {
    font-size: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--mp-border);
    margin-bottom: 24px;
}

@media (max-width: 767px) {

    .industry-groups {
        padding: 36px 0 10px;
    }

    .industry-group {
        margin-bottom: 36px;
    }

    .industry-group .section-title {
        font-size: 20px;
    }
}
