.feat_blog_con p span,
.feat_blog_con p span a {
    font-weight: 400;
    font-size: 15px;
    margin-right: 17px
}

.blog-detail-image,
h2.widget-title {
    position: relative
}

.blog-detail-wrapper {
    padding: 50px 0
}

.blog-detail-image img {
    width: 100%;
    height: 370px;
    max-height: 370px;
    object-fit: cover;
    border-radius: 10px
}

.blog-detail-title {
    margin-top: 20px
}

.blog-detail-title h3 {
    color: var(--color-navy);
    text-decoration: none;
    font-size: 26px;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize
}

.blog-detail-left h2,
.blog-detail-left h3 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700
}

.feat_blog_con p span {
    color: var(--color-black)
}

.feat_blog_con i {
    color: var(--color-gold)
}

.feat_blog_con p span a {
    color: #000;
    text-decoration: none
}

.blog-detail-left h3 {
    text-transform: none
}

.blod-detail-description a,
.blod-detail-description a span {
    color: var(--color-navy) !important;
    text-decoration-color: var(--color-navy) !important
}

.blog-detail-left img {
    border-radius: 10px
}

.blog-detail-wrapper .widget {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 26%);
    margin-bottom: 30px
}

h2.widget-title {
    font-size: 26px;
    padding-bottom: 18px;
    margin-bottom: 30px;
    color: var(--color-navy);
    font-weight: 700;
    text-transform: capitalize
}

.blog-detail-wrapper .widget-title:after {
    position: absolute;
    content: '';
    width: 63px;
    height: 2px;
    background-color: var(--color-navy);
    bottom: 6px;
    left: 0
}

.blog-detail-wrapper .widget ul li {
    padding: .72rem 0;
    border-bottom: 1px solid #e8ecef;
    border-top: 1px solid #e8ecef;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    gap: 19px
}

.blog-detail-wrapper .widget_categories li a {
    display: flex;
    color: #000 !important;
    font-size: 15px;
    text-decoration: none
}

.blog-detail-wrapper .widget_recent_entries img {
    margin-right: 17px;
    height: 74px;
    max-width: 75px;
    display: block;
    object-fit: cover;
    border-radius: 10px
}

.blog-detail-wrapper .widget_recent_entries li.item-recent-post .title-post {
    display: flex;
    flex-direction: column;
    width: 100%
}

.blog-detail-wrapper .widget_recent_entries li.item-recent-post a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    max-height: 2.6em;
    margin-bottom: .5em;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    font-weight: 600
}

.blog-detail-wrapper .widget_recent_entries .post-date {
    display: block;
    font-size: 14px !important;
    color: var(--color-navy);
    text-transform: uppercase
}

@media screen and (max-width:567px) {

    .blog-detail-left h2,
    .blog-detail-left h3,
    h2.widget-title {
        font-size: 20px
    }

    .blog-detail-wrapper .widget_recent_entries img {
        margin-right: 17px;
        height: 100%;
        max-width: 100%;
        display: block;
        object-fit: cover;
        border-radius: 10px
    }

    .blog-detail-wrapper .widget ul li {
        padding: .72rem 0;
        border-bottom: 1px solid #e8ecef;
        border-top: 1px solid #e8ecef;
        list-style-type: none;
        display: grid;
        justify-content: center;
        margin-left: 0;
        gap: 19px;
        text-align: center
    }

    .blog-detail-image img {
        width: 100%;
        height: 100%;
        max-height: 100%
    }
}