.more_from_the_blog_main {
    color: #17212C;
    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;
}

.more_from_the_blog_button {
    color: #00659E;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: "Garton Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 1.08px;
}

.more_from_the_blog_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 25px;
}

.more_blog_holder_category {
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: "Garton Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.more_blog_holder_title {
    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;
}

.more_blog_holder_copy {
    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;
}

.more_blog_holder_image {
    border-radius: 8px;
    border: 1px solid var(--1px-Stroke, #242C35);
    box-shadow: 1px 1px 0px 0px #242C35;
    height: 28vw;
    background-size: auto 120%;
    background-position: center;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}

.more_blog_holder {
    gap: 10px;
    width: calc(25% - 6px);
}

.more_blog_holder a {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.more_from_the_blog {
    width: 100%;
    padding: 100px 32px 130px;
}

.more_from_the_blog_bottom {
    display: flex;
    gap: 8px;
    width: 100%;
}

.more_from_the_blog_button svg {
    border-radius: 14.556px;
    border: 1px solid #00659E;
    padding: 3px;
    width: 15px;
    height: 15px;
    transform: translateY(4px);
}