/* For 1200px and below (Large screens) */
.digital-text-block {
    padding: 0 120px;
}
.digital-demand-section{
    padding: 50px;
}
@media (max-width: 1200px) {
    .digital-demand-section h2 {
        font-size: 36px;
        line-height: 50px;
    }

    .digital-demand-section p {
        font-size: 15px;
    }

    .counter-number {
        font-size: 60px !important;
    }

    .digital-text-block {
        padding: 0 30px;
    }

    .digital-demand-section {
        padding-top: 0;
    }
}

/* For 992px and below (Medium screens - tablets) */
@media (max-width: 992px) {
    

    .digital-demand-section h2 {
        font-size: 32px;
        line-height: 44px;
        text-align: center;
    }

    .digital-demand-section p {
        text-align: center;
    }


    .counter-number {
        font-size: 50px !important;
    }

    .digital-demand-section .row.text-center .col-6 {
        padding: 10px;
    }

    .digital-text-block {
        padding: 0 30px;
    }

    .digital-demand-section {
        padding-top: 0;
    }
}

/* For 768px and below (Small tablets & landscape phones) */
@media (max-width: 768px) {
    .digital-demand-section .row.align-items-center {
        flex-direction: column !important;
    }

    .digital-demand-section .col-lg-6:first-child {
        order: 1 !important;
        text-align: center;
        padding: 0 20px !important;
    }

    .digital-demand-section .col-lg-6:last-child {
        order: 2 !important;
        margin-top: 30px;
    }

    .digital-demand-section {
        padding-top: 0;
    }

    .digital-demand-section h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .digital-text-block {
        padding: 0 30px;
    }

    .digital-demand-section p {
        font-size: 14px;
    }

    .counter-number {
        font-size: 45px !important;
    }

    .digital-demand-section .col-6 {
        width: 50%;
    }
}


/* For 480px and below (Mobile phones) */
@media (max-width: 480px) {
    .digital-demand-section {
        padding: 40px 0;
    }

    .digital-demand-section {
        padding-top: 0;
    }

    .digital-demand-section h2 {
        font-size: 24px !important;
        line-height: 36px;
    }

    .digital-demand-section p {
        font-size: 13px;
        line-height: 20px;
    }

    .counter-number {
        font-size: 40px !important;
    }

    .digital-demand-section .col-6 {
        width: 100%;
    }

 

    .digital-text-block {
        padding: 0 30px;
    }
 
}