

.service-range .header-line hr {
    opacity: 1;
    border-top: 1px solid black;
    background-color: transparent !important;
    width: 200% !important;
}

.service-item .icon-wrapper img {
    filter: grayscale(1); 
    opacity: 0.8;
}

.service-item h3 {
    min-height: 40px; 
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.service-item p {
    font-size: 0.85rem;
    line-height: 1.4;
    font-weight: 300;
}

.service-range .btn-dark {
    background-color: #000;
    transition: all 0.3s ease;
}

.service-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .service-range .header-line {
        text-align: center;
        width: 100% !important;
    }
    .service-range{
        height: 150vh;
    }
   .service-range .header-line hr {
        width: 100% !important;
    }
}
