.image_single-course {
    margin-top: 6rem !important;
    height: 50vh;
    margin-bottom: 2rem;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    img {
        height: 100% !important;
        width: 75%;
        border-radius: 24px;
        aspect-ratio: 1/1;
    }
}

body {
    background-color: rgb(244, 245, 245);
}

.post-detailes {
    background-color: #fff;
}

.image_writer-post {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e6c238;
    img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.puplisher {
    border-radius: 20px;
}
.posts {
    background-color: #f4f5f5;
    padding: 2rem;
}
.post {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}

.image-post img {
    border-radius: 0 0 50px 0;
}

.post_body {
    border-radius: 50px 0 0 0;
    background-color: #fff;
    position: relative;
}

/* Icons */

.footer__social-icons {
    background-color: #fff;
    box-shadow: 0px 3.64px 3.64px 0px #0000001a;

    i {
        color: var(--main-color);
    }
}

.post_title {
    font-weight: 600;
    font-size: 40px;
}

.post_content p {
    color: var(--second-text-Color);
    line-height: 1.8;
}
.qoute {
    line-height: 2.5;
}

.posts_title {
    /* width: 70%; */
    font-size: 1.3rem;
    font-weight: 700;
}

@media (max-width: 768px) {
    .single_artical-page {
        margin-top: 11rem;
    }
    .posts_title {
        width: 100%;
        font-size: 1rem;
        font-weight: 500;
    }

    .post_title {
        font-size: 24px;
        margin: 0.5rem 0;
    }
}
