/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
.secondary-heading{
    font-size: 20px;
    font-weight: 600;
}

.third-heading{
    font-size: 18px;
    font-weight: 600;
}

.blog-faq-heading {
    font-weight: 500;
    line-height: inherit;
    font-size: 1.1rem;
    padding: 16px 0 8px;
    margin-bottom: 0;
}
.other-stories-category {
    color: #838383;
    font-size: 13px;
}
.other-stories-card {
    background-color: #f1f1f1;
    border-radius: 6px;
}
.recent-blog-card {
    background-color: #f1f1f1;
    border-radius: 6px;
}
.recent-blog-heading {
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    display: block;
}
.recent-blog-category {
    color: #838383;
    font-size: 13px;
}
.other-stories-image img, .recent-blog-image img {
    border-radius: 6px 6px 0px 0px;
}
.recent-blog-details {
    background: #fafafa;
    border-radius: 20px;
}
.blog-breadcrumb {
    margin-bottom: -35px;
}