.test{

}
.table_of_contents_item a{
    display: inline-block;
    line-height: 1.2;
}

.recent_post_card {
    background: #FFF;
    border-radius: 10px;
    padding: 0px;
    box-shadow: 2px 2px 15px rgba(200, 200, 200, 0.2);
    border: 1px solid #fbfbfb;
}

.recent_post_image {
    width: 100%;
    height: 237px;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

/*
.recent_post_image_vertical {
    width: 100%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px 10px 0px 0px;
}
*/

.recent_post_image_vertical {
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 0px 0px 10px;
}
.recent_posts_vertical_text{
    font-weight: 700;
    font-size: 13px;
}

.text-container {
    max-height: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.square-image-container {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.square-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_post_horizontal {
    /*border: 1px solid #fbfbfb;*/
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgb(225 225 225);
}

.blog_post_horizontal_header {
    font-family: Poppins-Bold, sanf-sefif, Helvetica;
    font-weight: 700;
    font-size: 20px;
}

.blog_post_horizontal_image {
    width: 224px;
    height: 224px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 0px 0px 10px;
}

.blog_post_horizontal_date {
    font-size: 12px;
}

.blog_post_horizontal_author {
    font-size: 12px;
    colr: #2196F3;
}
/*
.blog_post_horizontal_divider {
    background: #2F27CE;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
*/
.custom-pagination a {
    text-decoration: none;
    /* color: #2f27ce; */
    padding-left: 5px;
    padding-right: 5px;
}

.pagination-number.current a {
    font-weight: 700;
    font-size: 160%;
}
.a_black, .conveythis_text_black{
    color: #212529 !important;
}