.fun-fact-section,
.fun-fact-section *,
.fun-fact-section::before,
.fun-fact-section::after {
    background-color: #0F0029 !important;
    background-image: none !important;
    background: #0F0029 !important;
}
.custom-bg-blue{
    background: #0085C3 !important;
}
.custom-bg-green{
    background: #50C878 !important;
}

.service-block .inner-box .text-gray  {
display: -webkit-box !important;
-webkit-line-clamp: 3 !important; 
-webkit-box-orient: vertical !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
@media (max-width: 1400px) {
    .service-block .inner-box .title {
        font-size: 1.5rem !important; /* adjust to taste, try 15-18px */
        line-height: 1.4 !important;
    }
}