.services {
    padding: 50px 0;
    background-color: #f8f9fa;
}

.services .col-md-4 {
    margin-bottom: 30px;
}

.services .col-md-4 i {
    color: #007bff;
}

.services h2 {
    margin-bottom: 40px;
}

.services .text-center h3 {
    margin-top: 20px;
}

.services .service-item:hover {
    transform: scale(1.05);
    transition: transform 0.3s;
}