.voordeel-items {
    text-align: center;
}

    .voordeel-items h2 {
        color: #f47929;
        font-size: 30px;
        font-family: Font1;
        font-weight: normal;
    }

        .voordeel-items h2 strong {
            font-family: Font1Bold;
            font-weight: bold;
        }

@media (min-width: 767px) and (max-width: 991px) {
    .voordeel-items h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .voordeel-items h2 {
        font-size: 16px;
    }

    .voordeel-item p {
        font-size: 14px;
    }

    .voordeel-item img {
        max-width: 75px;
    }
}

@media (min-width: 768px) {
    .voordeel-item img {
        max-width: 100px;
    }
}
