header {
    background: #fff;
}
.blog-section {
    background: url(../images/blog/blog-bg.png);
    background-size: cover;
    padding-top: 100px;
   
}
.blog-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #656565;
    width: 90%;
    margin: auto;
}
.blog-title h4 {
    color: #393939;
    font-family: 'Poppins-Medium';
    font-size: 28px;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    align-self: center;
    margin-bottom: 0px;
}
.blog-title img {
    width: 180px;
    position: relative;
    right: -34px;
}

.blog-container {
    width: 92%;
     margin-top: 40px;
    padding-bottom: 40px;
}
.blog-blck-list {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.69);
    margin-bottom: 15%;
}
.blog-list_title {
    position: relative;
    display: flex;
    color: #FB5411;
    font-family: "BarlowCondensed-Medium";
    font-size: 19px;
    letter-spacing: .8px;
    text-transform: capitalize;
    padding-top: 12px;
}
.blog-list_title span {
    font-size: 13px;
    letter-spacing: 1px;
    margin-left: 4px;
    margin-top: 6px;
}
.blog-list_title::after {
    content: '';
    flex: 1;
    border-bottom: solid 1px #FB5411;
    margin: auto auto auto 6px;
}

.blog-list_title:before {
    content: '';
    width: 23px;
    height: 1px;
    background: #FB5411;
    margin: auto 6px auto 0;
}
.blog-blck-list .cont {
    padding: 20px;
}
.blog-blck-list h6 {
    color: #322E2E;
    font-family: 'Poppins-Medium';
    font-size: 15px;
    line-height: 20px; /* 133.333% */
    letter-spacing: 0.15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}
.blog-blck-list p {
    color: #3A3636;
    font-size: 12px;
    line-height: 21px; /* 175% */
    letter-spacing: 0.36px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 85px;
}
.read-more {
    border-radius: 8px;
    border: 1px solid #000;
    color: #252323 !important;
    text-decoration: none !important;
    font-size: 10.841px;
    letter-spacing: 0.108px;
    text-transform: capitalize;
    padding: 0px 11px;
}

@media (max-width: 600px) {
    /* .blog-section {
        margin-top: 64px;
    } */
    .blog-title img {
        width: 115px;
        right: -23px;
    }
    .blog-title {
        width: 84%;
    }
    .blog-title h4 {
        font-size: 20px;
    }
    .blog-container {
        margin-top: 10%;
    }
    .blog-blck-list h6 {
        font-size: 13px;
    }
    .blog-blck-list p {
        font-size: 11px;
    }
}
@media screen and (min-width: 600px) and (max-width: 992px) {
    .blog-container {
        margin-top: 6%;
    }
}


.blog-details-lft {
    border-radius: 20px;
    background: #FFF; 
    width: 95%;
}
.blog-details-lft .blog-list_title {
    font-size: 21px;
    padding-top: 30px;
}
.blog-details-lft .blog-list_title span {
    font-size: 15px;
}
.blog-details-lft.blog-blck-list h6 {
    font-size: 18px;
    height: auto;
    display: block;
    overflow: unset;
    -webkit-line-clamp: none;
    -webkit-box-orient: unset;
    margin-bottom: 20px;
}
.blog-details-lft.blog-blck-list p {
    font-size: 12px;
    line-height: 22px; /* 183.333% */
    letter-spacing: 0.36px; 
    height: auto;
    display: block;
    overflow: unset;
    -webkit-line-clamp: none;
    -webkit-box-orient: unset;
}
.blog-details-lft.blog-blck-list .cont {
    padding: 20px 30px;
}

.overall-post-sticky {
    position: sticky;
    top: 0px;
}
.overall-post-sticky:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: 2px dashed #00000036;
    left: -36px;
    top: 0;
}
.blog-rgt-list {
    border-radius: 8.339px;
    border: 0.834px solid #FFB888;
    background: #FFE6D6;
    padding: 0px 15px;
    margin-bottom: 8%;
}
.blog-rgt-list .date {
    background: #FFB888;
    color: #FFF;
    font-family: 'Poppins-Medium';
    font-size: 10.841px;
    letter-spacing: 0.325px;
    text-transform: capitalize;
    display: inline-block;
    padding: 2px 5px;
    position: relative;
    top: -4px;
    left: 12px;
}
.blog-rgt-list h5 {
    color: #3A3636;
    font-size: 13.343px;
    letter-spacing: 0.4px;
    margin-top: 10px;
}
.blog-rgt-list p {
    color: #6A6969;
    font-size: 10.841px;
    line-height: 17.512px; /* 161.538% */
    letter-spacing: 0.325px;
}
.blog-rgt-list a {
    background: url(../images/blog/read-more-bg.png);
    color: #252323;
    font-size: 10.841px;
    letter-spacing: 0.108px;
    text-transform: capitalize;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 110px;
    display: block;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin-left: auto;
    position: relative;
    bottom: -1px;
    text-decoration: none !important;
}

@media (max-width: 600px) {
    .blog-details-lft {
        width: 100%;
    }
    .overall-post-sticky::after { 
        display: none;
    }
    .blog-details-lft.blog-blck-list .cont {
        padding: 20px 15px;
    }
    .blog-details-lft.blog-blck-list h6 {
        font-size: 15px;
        line-height: 23px;
    }
}
@media screen and (min-width: 600px) and (max-width:992px) {
    .blog-details-lft {
        width: 100%;
    }
    .overall-post-sticky::after { 
        display: none;
    }
    .overall-post-sticky {
        position: unset;
        display: flex;
        flex-wrap: wrap;
    }
    .blog-rgt-list {
        width: 47%;
        margin: 5% auto auto;
    }
}

@media (max-width:1200px){
    .blog-section{
        padding-top: 110px;
    }
}