.organizational-list-head {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.organizational-list-head__lead {
    max-width: 42rem;
    line-height: 1.8;
}

.organizational-training-card__img {
    min-height: 280px;
    object-fit: cover;
    display: block;
}

.organizational-list-section .organizational-training-card::after {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.15) 0%,
        rgba(0, 0, 0, 0.55) 45%,
        rgba(0, 0, 0, 0.82) 100%
    );
}
