@media (min-width: 768px){
    .blog_post .back {
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    }
    .blog_post .header {
        position: relative;
    }
    .blog_post .header .featured {
        height: 506px !important;
    }
    .blog_post .header .title {
        font-size: 32px !important;
        line-height: 40px !important;
        width: 75%;
        padding: 48px 64px 20px 96px;
        background-color: white;
        position: absolute;
        bottom: 0;
        margin: 0 !important;
    }
    .blog_post .content {
        width: 75%;
        padding: 35px 64px 20px 96px;
    }
    .blog_post .related {
        width: 75%;
        margin-top: 124px !important;
        margin-bottom: 179px !important;
    }
    .blog_post .related .posts {
        display: flex;
    }
    .blog_post .related .posts .post {
        width: 30%;
    }
    .blog_post .related .posts .post .title {
        height: 75px !important;
    }
    .blog_post .related .posts .post:first-of-type {
        padding-right: 16px;
    }
    .blog_post .related .posts .post:nth-of-type(2) {
        padding: 0 16px;
    }
    .blog_post .related .posts .post:nth-of-type(3) {
        padding-left: 16px;
    }
}
.blog_post {
    padding: 0 32px;
}
.blog_post .back {
    display: flex;
    align-items: center;
    margin: 16px 0;
}
.blog_post .header .featured {
    width: 100%;
    object-fit: cover;
    height: 151px;
}
.blog_post .header .title {
    margin-top: 35px;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 32px;
}
.blog_post .content p {
    color: #54555E;
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
}
.blog_post .related {
    border-top: 1px solid #808080;
    margin: 32px 0;
}
.blog_post .related .more {
    display: flex;
    align-items: center;
}
.blog_post .related .more p {
    margin-right: 12px;
}
.blog_post .related .more:hover p {
    text-decoration: underline;
}
.blog_post .related .posts {
    margin-top: 32px;
}
.blog_post .related .posts .post {
    margin-bottom: 32px;
}
.blog_post .related .posts .post .title {
    margin: 12px 0;
    height: fit-content;
}
.blog_post .related .posts .post img {
    width: 100%;
    height: 163px;
    object-fit: cover;
    margin-bottom: 16px;
}