﻿.industry-card {
    height: 29rem;
}

.industry-card-title {
    font-family: var(--sg-heading-font-family-bold);
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.industry-card-body {
    width: 100%;
    font-family: var(--sg-font-family-light);
    font-size: 0.85rem;
    color: #fff;
    margin-bottom: 2rem;
}
