.featured-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: calc(0.25rem - 1px);
}
.single-img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: calc(0.25rem - 1px);
}

.card-image {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: calc(0.25rem - 1px);
}

.post-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: calc(0.25rem - 1px);
}

.card-height {
    height: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kartugl{
    height: 100px;
}
.sidecard-height {
    height: 200px;

}
.unstyle-category {
    text-decoration: none;

}