.primary_impact_story {
    width: 100%;
    height: 50vw;
  	max-height: 720px;
    padding: 50px 4vw 50px 36px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.story_type {
    margin-bottom: 20px;
}

.story_title {
    color: #FFFBF3;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Grenette Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%;
    letter-spacing: -1.6px;
    width: 450px;
}

.story_type {
    /* color: #FFAF1F; */
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Garton Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 1.26px;
    text-transform: uppercase;
}

.story_type.field-story {
    color: #FFAF1F;
    
}

.story_type.donor-story {
    color: #76DBEE;
    
}

.story_excerpt {
    color: #DADADA;
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 400px;
}

.primary_impact_story_mobile {
    display: none;
}



@media all and (max-width: 500px) {
  .primary_impact_story_left, .primary_impact_story_right {
    display: none;
}
  
  .primary_impact_story {
    width: 100%;
    height: 100vw;
    max-height: 720px;
    padding: 50px 4vw 50px 36px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
  
.primary_impact_story_mobile {
        display: block !important;
        padding: 5%;
        box-sizing: border-box;
        width: 100%;
    }
  
  .primary_impact_story_mobile .story_title {
    width: 100%;
    margin-bottom: 20px;
}
}
  
  
  