.single-post {
    background: #fff;
}

.single-post svg.chard {
    display: none;
}

.single-post .post_hero {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 485px;
}

.single-post .post_hero::after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, #D7E3E5 0%, rgba(196, 196, 196, 0) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.single-post article {
    font-family: "HyberDisplay", "Helvetica", "Open Sans", sans-serif;
    line-height: 1.2;
}

.single-post article > .container {
    max-width: 800px;
    padding-top: 46px;
}

.single-post .news_area .post_tags {
    text-transform: uppercase;
    padding-bottom: 37px;
}

.single-post .news_area .post_title {
    font-size: 60px;
    padding-bottom: 37px;
}

.single-post .news_area .post_content,
.single-post .news_area .post_content p {
    font-family: "L10", "Helvetica", "Arial";
    font-size: 18px;
    line-height: 2;
}

.single-post .related_posts {
    max-width: 800px;
    padding-top: 43px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.single-post .related_posts .related_title {
    font-size: 24px;
    padding-bottom: 19px;
}

.single-post .related_posts .posts_list {
    overflow: hidden;
}

.single-post .related_posts .posts_inner {
    display: flex;
    flex-wrap: wrap;
    margin: -35px -25px;
}

.single-post .related_posts .post_item {
    width: 50%;
    padding: 35px 25px;
}

.single-post .related_posts .post_item a {
    text-decoration: none;
}

.single-post .related_posts .post_item .post_image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 65%;
    border-radius: 5px;
    margin-bottom: 10px;
}

.single-post .related_posts .post_item .post_category {
    font-size: 18px;
    padding-bottom: 15px;
}

.single-post .related_posts .post_item .post_title {
    font-size: 24px;
    padding-bottom: 20px;
}

.single-post .related_posts .post_item .post_content {
    font-family: "L10", "Helvetica", "Arial";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.57;
}

@media (max-width: 576px) {
    .single-post article > .container {
        padding-top: 21px;
    }

    .single-post .news_area .post_title {
        font-size: 28px;
    }

    .single-post .related_posts .archive_title {
        font-size: 30px;
    }

    .single-post .related_posts .archive_categories .desktop {
        display: none;
    }

    .single-post .related_posts .archive_categories .mobile {
        display: block;
    }

    .single-post .related_posts .posts_inner {
        margin: -20px -25px;
    }

    .single-post .related_posts .post_item {
        width: 100%;
        padding: 20px 25px;
    }

    .single-post .related_posts .post_item .post_image {
        padding-top: 56%;
    }

    .single-post .related_posts .post_item .post_category {
        padding-bottom: 10px;
    }

    .single-post .related_posts .post_item .post_title {
        padding-bottom: 10px;
    }

    .single-post .related_posts .pagination {
        padding-top: 50px;
    }
}