.half_half_impact_stories {
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
padding: 50px 32px 125px;
gap: 10%;
}

.impact_stories_more_button {
    position: absolute;
    left: 0;
    bottom: 125px;
}

.impact_stories_more_button a {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: "Garton Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 1.26px;
    border-radius: 40px;
    border: 1px solid #414141;
    background: #B8F4FF;
    box-shadow: 1px 1px 0px 0px #414141;
    padding: 12px 30px;
    margin-bottom: 1px;
}

.impact_half_story {
    width: 50%;
    margin: 0% 0%;
}

.impact_half_story a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}

.impact_story_bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.half_story_image_half, .half_story_image_half img {
    width: 100%;
}

.impact_arrow {
    width: 64px;
}

.impact_story_title_half {
    color: #FFFBF3;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Medium LL";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.96px;
    width: 304px;
}

.story_type_half {
    /* 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_half.field-story {
    color: #FFAF1F;
    
}

.story_type_half.donor-story {
    color: #76DBEE;
    
}

.story_excerpt_half {
    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;
}

.impact_half_story a:hover {
    opacity: .5;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
}

.half_story_image_half img {
    border-radius: 16px;
}







@media all and (max-width: 900px) {
  
  .impact_half_story {
    width: 70%;
    margin: 0% 0%;
}
  
  .half_half_impact_stories {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 5% 125px;
    gap: 80px;
    flex-wrap: wrap;
}
  
  .impact_stories_more_button {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
}


@media all and (max-width: 500px) {
  
  .impact_half_story {
    width: 100%;
    margin: 0% 0%;
}
  
  .half_half_impact_stories {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 5% 125px;
    gap: 80px;
    flex-wrap: wrap;
}
  
}






