.service-item h5 {
    font-size: 1.25rem;
    color: #0068ff;
    margin-bottom: 10px;
}

.service-item p {
    font-size: 1rem;
    color: #333;
}

@media (max-width: 768px) {
    .service-item h5 {
        font-size: 1.1rem;
    }

    .service-item p {
        font-size: 0.9rem;
    }
}


