html,
body {
    margin: 0;
    padding: 0;
    background-color: white;
}

section.blogs {
    margin: 50px 0;
}

.blogs .heading {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 1rem;
}

.blogs .card {
    border: none;
    margin-bottom: 1rem;
}

.blogs .card .card-img-top {
    border-radius: 18px;
}

.blogs .card .card-body {
    padding: 1.25rem 0;
}

.blogs .card .card-body p.caption {
    font-weight: bold;
    color: #888888;
}

.blogs .card .card-body .title {
    font-size: 20px;
    line-height: 26px;
    height: 50px;
    font-weight: 500;
}

.blogs .card .card-body .description {
    font-size: 14px;
    color: #333333;
}

.blogs .card .card-body span.categories {
    font-size: 10px;
    border: 1px solid #888888;
    padding: 5px;
    margin: 0 5px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: black;
}

.stories_section .story_share {
    margin: 0;
    padding: 0;
}

.stories_section .caption {
    font-size: 14px;
    color: #333333;
}

.stories_section .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

.stories_section .categories {
    padding: 5px;
    border: 1px solid #333;
    font-size: 12px;
    color: #333333;
}

.stories_section .story_share li {
    display: inline-block;
    list-style: none;
}

.stories_section .story_share li a {
    display: flex;
    color: #BCC1CB;
    text-decoration: none;
    padding: 15px;
    border-radius: 100%;
    margin-right: 20px;
    border: 1px solid #94989E;
    transition: 0.5s;
    margin-bottom: 1rem;
}

.stories_section .story_share li a:hover {
    color: blue;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}

.stories_section .story_share li a svg.svg-inline--fa {
    width: 20px;
    height: 20px;
}

.stories_section .box-section {
    /* border: 1px solid #33333317; */
    padding: 10px;
    margin-bottom: 2rem;
}

.stories_section .box-section h4 {
    font-size: 18px;
    border-bottom: 1px solid #33333315;
}

.stories_section .category,
.stories_section .latest_post,
.stories_section .archive {
    list-style: none;
    padding: 0;
}

.stories_section .category li a,
.stories_section .latest_post li a,
.stories_section .archive li a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}

.stories_section .latest_post li a,
.stories_section .archive li a {
    text-transform: none;
    margin-bottom: 1rem;
}

.stories_section .latest_post .card-body {
    margin-bottom: 0rem;
    padding: 0;
}

.stories_section .latest_post .card-body p {
    font-size: 14px;
    font-weight: 500;
}

.stories_section .breadcrumb .breadcrumb-item {
    font-size: 12px;
}