.social-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.social-box {
    display: flex;
    align-items: center;
    gap: 14px;
}
.social-box a{
    cursor: pointer;
    display: inline-block;
}
.date-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
}
.date-wrapper img{
    width: 75px;
    height: 75px;
}
.date h5{
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #242E30;
    margin-bottom: 0;
}
.date h6{
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #242E30;
    margin-bottom: 0;
}
img.main-featured-image {
    border-radius: 16px;
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.single-post .content-sec .col-lg-8 img{
	   width:100%;
	   height:400px;
	   border-radius:16px;
	   object-fit:contain;
}
.content-sec h3{
    margin-bottom: 16px;
}
.content-sec li{
    margin-bottom: 24px;
}
.content-sec a{
    color: #FC7B00;
    text-decoration: none;
}
.recommended-sec {
    background: #E8E8E8;
    padding: 32px 0;
}
.recommended-sec label{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: center;
    color: #242E30;
    margin-bottom: 32px;
    width: 100%;
}
.bloglatest_posts li.no-post {
    width: 100%;
    background: none;
    text-align: center;
    list-style-type: none;
}
.bloglatest_posts li.no-post p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 500;
}
.bloglatest_posts {
    gap: 28px;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.bloglatest_posts li {
    flex-direction: column;
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    width: calc(33% - 16px);
}
a.blog_post_latest {
    width: 100%;
}
a.blog_post_latest img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
}
.bloglatest_posts li h5{
    margin-bottom: 0;
    margin-top: 16px;
}
.bloglatest_posts li h5 a{
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
    color: #242E30;
    margin-bottom: 16px;
    display: block;
    text-decoration: none;
}
ul.date_signature {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-left: 0;    
    margin-top: 24px;
}
ul.date_signature li {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: rgba(36, 46, 48, 0.5);
    display: flex;
    gap: 12px;
    padding: 0;
    width: auto;
}
ul.date_signature li.signature {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: row;
}
.view_deal_btn {
    background: #FC7B00;
    border-radius: 34px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    text-decoration: none;
    margin-top: auto;
    display: flex;
    justify-content: center;
    width: max-content;
    height: 48px;
    align-items: center;
    padding: 8px 20px;
}
.view_deal_btn:hover{
    color: #fff;
    background: #f75e28;
    box-shadow: rgba(0, 0, 0, .07) 0px 4px 5px 0px, rgba(0, 0, 0, .06) 0px 1px 10px 0px, rgba(0, 0, 0, .1) 0px 2px 4px -1px;
}
@media (max-width:1199px) {
    .bloglatest_posts li {
        width: calc(33% - 16px);
    }
    ul.date_signature li{
        font-size: 14px;
        line-height: 21px;
    }
    .single-post .content-sec .col-lg-8 img{ 
	   height:300px; 
}
}
@media (max-width:991px) {
   body h1{
        margin-top: 16px;

    }
    .bloglatest_posts li {
        width: calc(50% - 16px);
    } 
    .social-wrapper{
        flex-wrap: wrap;
        gap: 16px
    }   
    .tags-wrapper {        
        column-gap: 8px;
        row-gap: 8px;
    }
    .discover-more{
        padding: 32px 0;
    }
}
@media (max-width:767px) {
    .bloglatest_posts li {
        width: 100%;
    }    
    .single-post .content-sec .col-lg-8 img{ 
	   height:auto; 
}
}