.uxn-blog{
    width: 100% !important;
    height: auto;
    background-color: #ffffff15;
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
    .uxn-blog {
       padding: 1.5rem;
    }
}
.uxn-blog-img{
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.uxn-blog-sm{
    width: 100% !important;
    height: auto;
    background-color: #ffffff15;
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
    .uxn-blog-sm {
       padding: 0.75rem;
    }
}

.uxn-blog-sm-img{
    width: 100%;
    height: 160px;
    border-radius: 16px ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.uxn-blog-news{
    width: 100% !important;
    height: auto;
    min-height: 410px;
    background-color: #ffffff15;
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
    .uxn-blog-news {
        padding: 0.75rem;
    }
}
.uxn-blog-news-img{
    width: 100%;
    height: 260px;
    border-radius: 16px ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.date{
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 200 !important;
    letter-spacing: 1px;
}
