.style2ImgBlog{
    position: relative;
    max-width: 400px;
    height: auto;
    border-radius: 28px;
    background-size: cover;
    background-position: center; 
    padding: 32px;
    overflow: hidden;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); 
    display: flex;
    align-items: center; 
    justify-content: center; 
    color: white; 
    padding: 32px;
}


@media (max-width: 992px) {
    .style2ImgBlog{
        height: 300px !important;
        max-width: 100%;
    }
}
.blueDiv{
    width: 200px;
    height: 300px;
    max-width: 200px;
    border-radius: 28px;
    background-color: var(--lightColor);
    background-size: cover;
    background-position: center;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
}

.titleBlueDiv{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    color: var(--charcoalColor);
    font-size: 16px;
    line-height: 10px;
}

.categoryText{
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    color: var(--darkColor);
    font-size: 24px;
}



@media (max-width: 768px) {
    .blueDiv{
        max-width: 100% !important;
    }
}
