/*-----------------------
 GLOBAL CSS 
 ---------------------------*/
.bg-custom {
    background-color: var(--sifoxen-white2, #F5F2F4);
}
/* ---------------------------------
Service lisitng css start 
--------------------------------- */
section.services-listing-cards .card img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.services-listing-cards .card .card-text {
    height: 79px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #999 transparent;
}

/* Chrome, Edge, Safari */
.services-listing-cards .card .card-text::-webkit-scrollbar {
    width: 4px;
}

.services-listing-cards .card .card-text::-webkit-scrollbar-track {
    background: transparent;
}

.services-listing-cards .card .card-text::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.services-listing-cards .card .card-text::-webkit-scrollbar-thumb:hover {
    background: #666;
}