.title {
    color: #000;
    font-weight: 500;
    font-size: 32px;
}

.meta_info {
    font-size: 14px;
    margin-top: 20px;
    display: flex;
    font-weight: 600;
    /* color: #ccc; */
    color: #333;
}
.seperator {
    display: inline-block;
    margin: 0px 10px;
}

.blockquote {
    position: relative;
    margin: 40px 0;
    /* background: rgb(20, 20, 20); */
    background: rgb(235, 235, 235);
    border-radius: 7px;
    box-shadow: 0px 0px 30px rgb(233, 233, 233);
    display: flex;
    padding: 10px 10px 20px 20px;
    color: #000;
}
.blockquote::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
    width: 6px;
    height: 100%;
    background: var(--gradient);
}

.blockquote_icon_container {
    height: 30px;
    width: 30px;
}

.main_content {
    margin-left: 20px;
    padding: 20px 0px 0px 0px;
}

.quote_content {
    font-size: 16px;
    font-style: italic;
    line-height: 1.5rem;
    width: 100%;
}

.quote_originator {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
}

.article_content {
    margin: 10px 0px 20px 0px;
}

.img_container {
    /* max-height: 150px; */
    /* text-align: center; */
}

.img_container img {
    max-height: 350px;
}

.content {
    font-size: 16px;
    margin-top: 40px;
    line-height: 1.5rem;
    color: #000;
    font-weight: 400;
}

.pointer {
    margin: 30px 0;
}
.pointer_head {
    font-size: 26px;
}
.pointer_content {
    margin: 20px 0;
}

.tags {
    margin-top: 40px;
}
.tags_head {
    color: #000;
    font-weight: 500;
    margin-right: 20px;
    margin-bottom: 10px;
}
.tag {
    display: inline-block;
    border: none;
    outline: none;
    /* color: #fff; */
    color: #000;
    cursor: pointer;
    /* background: var(--secondary-color-light); */
    background: #ccc;
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 5px;
}

.blog_slider {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
}

.blog_slider_post {
    width: 48%;
}

.blog_slider_content {
    display: flex;
    max-height: 80px;
    overflow: hidden;
    mask-image: linear-gradient(to bottom, black 45%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 45%, transparent 100%);
    color: #000;
}

.blog_slider_img {
    height: 80px;
}
.blog_slider_main {
    margin: 0px 10px;
}

.blog_slider_head {
    font-size: 16px;
    font-weight: 500;
}

.navigator {
    /* color: #fff; */
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.blog_slider_main_content {
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.1rem;
}

.next_post {
    text-align: right;
    float: left;
}

.next_post .navigator {
    justify-content: flex-end;
}

.related_articles {
    margin-top: 70px;
}
.related_articles_head {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.related_articles_container {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
}

.related_article {
    position: relative;
    box-shadow: 0px 0px 30px rgb(175, 175, 175);
    border-radius: 6px;
    padding: 20px;
}

.related_article_image {
    height: 150px;
    width: 90%;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 7px;
}

.related_article_head {
    margin-top: 115px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4rem;
    color: #000;
}
.related_article_content {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.2rem;
    color: #000;
}
.read_more {
    font-size: 13px;
    /* color: #fff; */
    color: #000;
    float: right;
}

.content p:first-child em,
.content h5:first-child em {
    /* display: none; */
}
.content img {
    margin: 30px 0px;
    height: auto !important;
    width: 100%;
    /* max-width: 550px !important; */
}
.content p {
    font-size: 16px;
    line-height: 1.6rem;
    margin: 10px 0;
}
.content p strong {
    /* font-size: 24px; */
    display: inline;
    /* margin: 20px 0; */
    /* line-height: 2rem; */
}
.content strong {
    display: inline;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    line-height: 1.8rem;
    margin: 30px 0;
}

.content h5 {
    font-size: 26px;
    font-weight: 500;
}

.content ul {
    margin-left: 20px;
}
.content ul li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6rem;
}
.content ol {
    margin: 20px 0px 20px 20px;
    font-size: 18px;
}
.content ol li {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6rem;
}
.content a {
    color: var(--celebrityschool-purple);
    font-weight: 600;
}

@media screen and (max-width: 750px) {
    .title {
        font-size: 24px;
    }
    .img_container img {
        width: 100%;
        max-height: none;
    }
    .blockquote_icon_container {
        height: 50px;
        width: 50px;
    }
    .content {
        font-size: 14px;
    }
    .pointer_head {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.6rem;
    }
    .pointer_content {
        margin: 15px 0;
    }
    .tags_head {
        font-size: 16px;
    }
    .tag {
        font-size: 12px;
    }
    .blog_slider_img {
        display: none;
    }
    .related_articles_container {
        margin-top: 60px;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 30px;
    }

    .content h5 {
        font-size: 20px;
    }
    .content p strong {
        line-height: 1.8rem;
    }
}

@media screen and (max-width: 750px) {
    .title {
        font-size: 18px;
        line-height: 1.8rem;
    }
    .meta_info {
        font-size: 12px;
        margin-top: 15px;
    }
    .blockquote {
        padding: 0px 20px 10px 20px;
    }
    .quote_content {
        font-size: 14px;
    }
    .quote_originator {
        font-size: 16px;
    }
    .related_articles_container {
        grid-template-columns: repeat(1, 1fr);
    }
}
