.section-about.h-2 .section-about-inner .section-content .desc p{
    font-size: 18px;
    margin-bottom: 10px;
}
.section-about.h-2 .section-about-inner .section-content .desc p:last-child {
    margin-bottom: 0;
}
.section-blog .services-item .top-item img {
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.categories-siderbar ul li a.active {
    background-color: var(--primary);
    color: var(--white);
    padding-left: 56px;
}
.categories-siderbar ul li a.active::after, .categories-siderbar ul li a.active::before {
    opacity: 1;
    visibility: visible;
}
.section-map-inner .text ul li {
    font-weight: 500;
    list-style: disc;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 18px;
}
.section-map-inner .text ul {
    padding-inline-start: 20px;
    margin: 10px 0;
}
.main-services .services-item.style-5{
    height: 100%;
}
.main-services .services-item.style-5 .service-height {
    position: relative;
    height: 100%;
    border: 1px solid var(--line-4);
}

.main-services .services-item.style-5, .main-services .services-item.style-5 .services-content {
    border:none;
}

/************************************/
/************************************/
/************************************/
/********MEDIA QUERY RWD STYLES******/
/************************************/
/************************************/
/************************************/

@media (min-width:992px){
    .populated-item.pop-short .text{
        min-height: 250px;
    }
    .home-services.services-item.style-5 .services-content .desc {
        min-height: 200px;
    }
}
@media (min-width:768px){
    .services-item.style-5 .services-content {
        position: relative;
        height: 100%;
    }
}