


@media (min-width: 1200px){
    .grid_article_text_container,.article_vertical_list_text_container {
        position: relative;
        background: #fff !important;
        width: calc(100% - 24px);
        align-self: flex-end;
        margin-left: 24px;
        margin-top: calc(-0.625vw - 36px);
        padding: 20px 0px 0px 20px;
    }
}
.article_vertical_list_text_container {
    margin-bottom: 40px;
}

.featured_article_category_text{
    font-family: 'AkkuratPro';
    font-weight: 400;
    font-size: 11px;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 2.2px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
}


.horizontal_article_category h5,.article_vertical_list_heading,.article_grid_heading,.home_featured_article_heading {
    font-family: 'Chronicle Display' !important;
    font-weight: 300 !important;
    font-size: 21px !important;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

.bold_author_name,.bold_date_time {
    font-family: 'AkkuratPro';
    font-weight: 400;
    font-size: 11px;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 1.8px;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    display: inline-block;
    margin-right: 10px;
}
.bold_date_time{
    color: #4c4d4e;
}
.title_divider,.title_divider_white{
    width: 80px;
    height: 4px;
    background: #FF69B4;
    margin: 15px 0px;
}
.title_divider_white{
    background: #FFF;
    margin: 20px auto;
}
.featured_category_article_text_container .featured_article_category_text {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    padding-bottom: 20px;
}

.featured_category_article_text_container .bold_date_time,.featured_category_article_text_container .bold_author_name {
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.featured_category_article_text_container .bold_date_time{
    font-weight: 500;
}

.home_featured_article_text_container {
    margin-top: 10px;
}

.home_featured_article_heading{
    font-size: 38px !important;
}