.featured-post {
    display: flex;
    justify-content: flex-end;
}

.post-data-container {
    position: absolute;
    max-width: 500px;
    min-height: 300px;
    right: 50%;
    top: 25%;
    background: #EAE3D3;
    padding: 32px;
}

.entry-featured-image-container img {
    width: 880px;
}

.featured-post p.post-meta {
    text-transform: uppercase;
    padding-bottom: 10px;
}
.featured-post .entry-title {
    font-size: 29px;
    line-height: 1.2em;
    color: #35453C;
}
.featured-post a.more-link {
    position: relative;
    display: inline-block;
    margin-top: 1em;
    text-transform: uppercase;
    font-weight: 600;
}
.featured-post a.more-link::before {
    content: ''!important;
    display: block!important;
    position: absolute;
    opacity: 1;
    width: calc(100% + 0.2em);
    height: 2px;
    bottom: -0.2em;
    left: -0.1em;
    margin-left: 0!important;
    background: #904C40;
}
.featured-post a.more-link::after {
    content: '>';
    margin-inline-start: 8px;
}

@media (max-width:980px) {
    .post-data-container {
        right: unset;
        left: -1em;
        top: 70%;
    }
    #blog_loop_page article {
        width: calc((100% / 2) - 12px);
        margin-inline-end: unset;
    }
    #blog_loop_page article:not(:nth-child(2n)) {
        margin-inline-end: 18px !important;
    }
}
@media (max-width:767px) {
    .featured-post {
        flex-flow: column;
    }
    .post-data-container {
        position: relative;
        left: 0;
        top: 0;
    }
    #blog_loop_page #response article {
        width: 100%;
        margin-inline-end: unset !important;
        margin-block-end: 3em;
        background: #EAE3D3;
    }
    #blog_loop_page article .entry-title, #blog_loop_page article .post-meta, #blog_loop_page article .post-content {
        padding: 0 15px
    }
    .blog_loop_template .post-content {
        margin: 0;
        padding-bottom: 15px !important;
    }
}

a
{
    text-decoration: none !important;
}
