/* =========================================
   IPP TECHNOLOGY RESPONSIVE
========================================= */

/* 1024px */
@media screen and (max-width: 1024px) {

    .ipp-mhz-section {
        padding: 80px 0 60px;
    }

    .ipp-process-section {
        padding: 50px 0 70px;
    }

    .ipp-process-grid {
        gap: 24px;
        margin-bottom: 40px;
    }

    .ipp-tech-kicker {
        margin-bottom: 18px;
    }
}

/* 768px */
@media screen and (max-width: 768px) {

    .ipp-mhz-section {
        padding: 70px 0 50px;
    }

    .ipp-process-section {
        padding: 45px 0 60px;
    }

    .ipp-process-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 35px;
    }

    .ipp-process-grid ul {
        padding-left: 10px;
    }

    .ipp-process-grid li {
        margin-bottom: 10px;
    }

    .ipp-mhz-diagram {
        max-width: 100%;
        height: auto;
    }

    .ipp-tech-kicker {
        text-align: center;
        margin-bottom: 20px;
    }

    .ipp-process-section .blueButton {
        width: 100%;
        max-width: 320px;
    }
}

/* 600px */
@media screen and (max-width: 600px) {

    .ipp-mhz-section {
        padding: 50px 0 40px;
    }

    .ipp-process-section {
        padding: 40px 0 50px;
    }

    .ipp-tech-kicker {
        margin-bottom: 16px;
    }

    .ipp-process-section h4 {
        margin-bottom: 14px;
    }

    .ipp-process-line {
        margin-bottom: 18px;
    }

    .ipp-process-grid {
        gap: 22px;
        margin-bottom: 28px;
    }

    .ipp-process-grid ul {
        padding-left: 0;
    }

    .ipp-process-grid li {
        padding-left: 14px;
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .ipp-process-grid li::before {
        top: 0.7em;
        width: 4px;
        height: 4px;
    }

    .ipp-process-section .blueButton {
        width: 100%;
        max-width: 100%;
    }
}
