.featured-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: calc(0.24rem - 1px);
}

.single-img {
    width: 100%;
    height: 35rem;
    object-fit: cover;
    border-radius: calc(0.24rem - 1px);
}
.gallery-img-single {
    width: 100%;
    height: 35rem;
    object-fit: cover;
    border-radius: calc(0.24rem - 1px);
}
.post-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: calc(0.24rem - 1px);
}
.card-height {
    height: 225px;
    position: relative;
}
.unstyle-categories {
    text-decoration: none;
}

.custom-badge {
    background-color: #1a2641;
}
