.country_stories_top {
    color: #242C35;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'liga' off;
    font-family: "Grenette Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -1.6px;
    margin-bottom: 41px;
}

.country_stories_top h2 {
    color: inherit;
    padding-bottom: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    leading-trim: inherit;
    text-edge: inherit;
    font-feature-settings: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    margin-bottom: inherit;
}

.more_blog_holder_image_country {
    width: 100%;
    height: 442px;
    background-size: 120%;
    background-position: center;
    border-radius: 8px;
    border: 1px solid var(--1px-Stroke, #242C35);
    /* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
    box-shadow: 1px 1px 0px 0px #242C35;
    margin-bottom: 10px;
}

.country_story:first-child {
    width: 50%;
}

.country_story {
    width: 25%;
}

.country_story a {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.country_stories_holder {
    width: 100%;
    display: flex;
    gap: 16px;
}

.more_blog_holder_title_country {
    overflow: hidden;
    color: #17212C;
    font-feature-settings: 'liga' off;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    font-family: "Grenette Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.48px;
    width: 90%;
    min-height: 42px;
}

.more_blog_holder_copy_country {
    color: #57595C;
    font-feature-settings: 'liga' off;
    font-family: "Medium LL";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.48px;
    width: 90%;
}

.country_story:first-child .more_blog_holder_title_country {
    width: 350px;
    max-width: 100%;
}