/*Write Css*/

.cat-roundslider .cat-sl .owl-dots {
    display: none !important;
}

.featured-blog .construction_blog__thumb img {
    height: 215px;
    width: 100%;
    object-fit: cover;
}

.featured-blog .construction_blog__contents h3 {
    color: #222;
    width: 100%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    font-weight: 500;
}

.information-blocks .sidebar-navigation .parent-tag .entry {
    background: rgb(0 108 46 / 17%);
}

/*Responsive*/

@media (max-width: 768px){
    .featured-blog .construction_blog__thumb img {
        height: auto !important;
    }
}