.story-section-main {
    color: white;
}

.theme-cropping .story-section-main a {
    color: #e9f2d1;
}

.theme-livestock .story-section-main a {
    color: #efded1;
}

.story-section-main h2 {
    color: white;
}

.story-section-additional .pdi-text-content h3 {
    margin-bottom: 1.5rem;
}

#story-section h4.pdi-pre-header {
    color: white;
    text-transform: uppercase;
    font-weight: 100;
    font-family: "nexa-regular", sans-serif;
    font-size: 1.2em;
}

.pdi-outcome-icon {
    display: inline;
    width: 80px;
    height: 80px;
}

.pdi-outcome-box {
    display: flex;
}

.pdi-outcome-description-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}

.pdi-outcome-description-box span {
    display: block;
}

.pdi-outcome-name {
    font-size: 1em;
    font-weight: 400;
    font-family: "nexa-regular", sans-serif;
    margin-bottom: 0.5rem;
}

.pdi-outcome-priority {
    font-size: 0.9em;
    font-weight: 100;
    font-family: "nexa-regular", sans-serif;
    padding-bottom: 10px;
}

ul.pdi-outcome-priority {
    padding-left: 0px;
}

.pdi-outcome-priority li {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 5px;
    display: flex;
}

.stratnum {
    font-weight: 700;
    margin-right: 0.5rem;
}

.pdi-strategic-outcome-header {
    font-size: 1.1rem;
}

.row-pdi-story-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

@media (min-width: 992px) {
    .row-pdi-story-content {
        flex-direction: row;
    }

    .pdi-story-image img {
        max-height: 500px;
        display: block;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .pdi-story-image img {
        margin-top: 2rem;
    }
}
