/* Custom CSS for Opzeker IT */

.services-section {
    padding: 140px 0;
    text-align: center;
}

.services-headline h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.services-headline p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 50px;
    padding: 0 15%;
}

.service-box {
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

.service-icon {
    font-size: 48px;
    color: #007bff;
    margin-bottom: 20px;
}

.service-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.service-content p {
    font-size: 16px;
    color: #ffffff;
}