@media only screen and (max-width: 480px) {
    .effective-command-development-cycle-sec-2 .main-sec .services-sec .service {
        width: 100% !important;
        background: #FFFFFF !important;
        box-shadow: 0px 4px 40px rgb(0 0 0 / 8%) !important;
        text-align: center !important;
        padding: 10px !important;
        display: block !important;
        margin-bottom: 10px !important;
    }

    .effective-command-development-cycle-sec-2 .main-sec .services-sec .service .blue-border {
        width: 24px !important;
        border-top: 2px solid #002046 !important;
        margin: 5px auto !important;
    }

    .effective-command-development-cycle-sec-2 .main-sec .services-sec {
        display: block;
        justify-content: space-between;
        margin-top: auto;
        width: 100%;
        height: 100%;
    }

    .effective-command-development-cycle-sec-2 .main-sec .services-sec .service .icon-sec {
        width: 107px;
        height: 107px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .effective-command-development-cycle-sec-2 .main-sec .services-sec .service h2 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #002046;
        margin-top: 10px;
    }

    .effective-command-development-cycle-sec-3 {
        width: 100%;
        height: auto;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 0px;
    }

    .effective-command-development-cycle-sec-2 {
        margin-top: 50px;
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
        height: auto;
        position: relative;
        z-index: 10;
    }
}


@media only screen and (max-width: 768px) and (min-width: 481px) {

    .effective-command-development-cycle-sec-2 .main-sec .services-sec .service .icon-sec {
        width: 100px;
        height: 100px;
        margin: auto;
        margin-top: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .effective-command-development-cycle-sec-2 .main-sec .services-sec .service {
        width: 95%;
        background: #FFFFFF;
        box-shadow: 0px 4px 40px rgb(0 0 0 / 8%);
        text-align: center;
        padding: 40px;
        margin: 20px;
    }

    .effective-command-development-cycle-sec-3 {
        width: 100%;
        height: auto;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: auto;
    }

    .effective-command-development-cycle-sec-4 {
        width: 100%;
        background: #fff;
        height: 25px;
    }

    .effective-command-development-cycle-sec-2 .main-sec .services-sec {
        display: block;
        justify-content: space-between;
        margin-top: 120px;
    }

    .effective-command-development-cycle-sec-2 {
        margin-top: 50px;
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
        height: auto;
        position: relative;
        z-index: 10;
    }
}