.dafr-posts-widget-list {
    .blog-style1 {
        position: relative;
        display: block;
        padding-left: 300px;
        min-height: 275px;
        margin-bottom: 30px;   
        .blog-style1-inner {
            position: relative;
            display: block;
            background-color: #ffffff;
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
            padding: 20px 0 0;
            min-height: 275px;
            display: flex;
            flex-direction: column;
            .blog-style1-body {
                padding: 0px 30px;
                flex: 1;
                color: #787878;
                
                > h3 {
                    font-size: 1.1rem;
                    font-weight: 500;
                    margin-bottom: 10px;
                }
                .tag {
                    display: flex;
                    width: fit-content;
                    flex-wrap: wrap;
                    margin-bottom: 15px;
        
                    div {
                        display: flex;
                        align-items: center;
                        background-color: rgba(var(--bs-secondary-rgb));
                        padding: 8px 20px;
                        margin-right: 5px;
                    }
        
                    span {
                        position: relative;
                        display: block;
                        margin-right: 10px;
                        width: 6px;
                        height: 6px;
                        background: #ffffff;
                        transform: rotate(45deg);
                    }
        
                    a {
                        color: #eee;
                        text-transform: uppercase;
                        font-weight: 500;
                        font-size: 0.7rem;
                        transition: all 0.1s ease;
                    }
                }               
            }
                        
            .blog-style1-footer {
                border-top: 1px solid #ddd;
                padding: 10px 30px;
                display: flex;
                justify-content: space-between;   
                .readmore a {
                    color: #000;
                    font-weight: 700;
                    font-size: 0.9em;       
                    transition: all 0.2s ease;             
                }
                .readmore a:hover {
                    color: var(--ast-global-color-0);
                }
                .data i.bi {
                    color: rgba(var(--bs-secondary-rgb));
                    margin-right: 10px;               
                }
            }
        }
        

        .blog-style1-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 300px;
            min-height: 275px;   
            max-height: 100%;
            overflow: hidden;   
            img {
                width: 100%;
                min-height: 275px;  
                max-height: 100%;           
                object-fit: cover;
                object-position: center center;
                opacity: 1;
                transform: scale(1.0);
                transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;           
            }    
        }

                
        
    }
}



.dafr-posts-widget-titles {
    h3 {        
        font-size: 1.2rem;
        font-weight: 400;
        font-family: var( --e-global-typography-primary-font-family ), Sans-serif;  
    }
}

@media screen and (max-width:650px) {

    #main-services1 {
        .e-con-inner {
            >div:first-child,
            >div:nth-child(2) {
                 min-width: 1px !important; 
                 max-width: 100% !important;
            }
        }   
    }
    
    .dafr-posts-widget-list {
        .blog-style1 {
            padding-left: 0;
            .blog-style1-img {
                position: relative;
                width: 100%;
                min-height: 275px;
                overflow: hidden;           
            }
            .tag {
                margin: 0;
                gap: 5px;
                div {
                    margin: 0;
                    padding: 5px !important;
                    font-size: 13px !important;
                }
            }
        }       
    }
    .blog-style1 .blog-style1-img {
        position: relative;
        width: 100%;
        min-height: 275px;
        overflow: hidden;
    }
}