.cover_image {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;

}

.post_section {
    margin-top: 5px;
}

.title {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}


.date {
    font-size: 13px;
    color: grey;
    font-weight: 400;
    margin-top: 3px;
}

.subtitle {
    margin-top: 8px;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
}

@media(max-width: 768px) {
    .title {
        font-size: 20px;
        font-weight: 500;
        margin: 0;
    }

    .subtitle {
        font-size: 15px;
    }
}

.header_image {
    margin-bottom: 20px;
}

.body {
    display: block;

}

.body img {
    width: 100%;
}

.body p, .body h1, .body h2, .body h3, .body h4, .body h5 {
    margin: 0;
}

.back_btn {
    display: flex;
    margin: 10px 0;
}

.back_btn button {
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: rgb(43, 42, 42);
}

.back_btn svg {
    position: relative;
    left: 3px;
}