.product-list {
    /* background: #EBF3ED; */
    padding: 50px 0px;
}

.sidebar {
    margin-bottom: 20px;
    border: 1px solid #cccccc59;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.widget-area {
    background: #fff;
    padding: 25px 15px;
    border-radius: 17px;
    margin-bottom: 30px;

}

.sidebar .top-title-heading {
    margin-bottom: 15px;
}
.blog-list-deatil h2 {
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 16px;
}
.recent-post .blog-list-deatil h2 {
    font-size: 15px;
    margin-bottom: 4px;
}
.blogthree-text {
    position: relative;
    padding: 14px 10px;
}
.blogthree-text .blog-heading {
    color: #21b18e;
    font-size: 20px;
    padding-bottom: 6px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 6px;
}
.blogthree span {
    padding: 4px 0px;
    font-size: 14px;
    text-transform: uppercase;
}
.blog-list-info{
        display: flex;
    gap: 8px;
}
.blog-list-info p{
    font-size:12px;
}
.blogthree {
    background-color: #fff;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 9px 60px #08142c12;
    margin-bottom: 20px;
    box-shadow: rgb(100 100 111 / .2) 0 7px 29px 0;
    margin-bottom: 26px;
    background: #fff;
    border-radius: 17px;
}
blogthree figure{
        margin: 0;
}
.blogthree img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.blog-detail-page-area img{
    width:100%;}
    
    
    .choose-heading {
        padding:10px;
    }
    
.choose-heading h2{
            font-size: 25px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 15px;
}
.sidebar img{
     width:100%;}

    
    .blog-list-area.recent-post:not(:last-child) {
    margin-bottom: 17px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 17px;
}
.recent-post li {
    display: flex;
    align-items: center;
        display: inline-block;
}