.single_halfhalf_story {
    border-radius: 16px;
    background: #10171F;
    padding: 22px 24px;
    height: 80vh;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.single_halfhalf_story a {
	color: inherit;  
}

.single_halfhalf_story_half {
    width: 40%;
}

.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_excerpt_half_single {
    color: rgba(255, 251, 243, 0.80);
    leading-trim: both;
    text-edge: cap;
    font-family: "Medium LL";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 86%;
}

.single_halfhalf_story_image_single {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.single_halfhalf_story_half:first-child {
    padding-top: 24px;
    width: 475px;
}

.story_title_half_single {
    color: #E5DED2;
    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;
    margin: 40px 0px;
}

.single_halfhalf_story_half:last-child {
    border-radius: 16px;
    border: 1px solid var(--1px-Stroke, #242C35);
    box-shadow: 1px 1px 0px 0px #242C35;
    height: 100%;
    width: 48%;
    overflow: hidden;
}

.single_halfhalf_story_image_single {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}