header.et-l.et-l--header {
    position: relative;
    z-index: 99999;
}

.prcs_img img {
    width: 100% !important;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.prcs_img {
    display: flex;
}

/* Step Card */
.steps-right {
    padding-left: 60px;
}

.step-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-left: 4px solid #002c71;
    position: relative;
    margin-bottom: 20px;
}

.step-icon {
    font-size: 26px;
    margin-right: 16px;
    margin-top: 5px;
    color: #002c71;
    min-width: 30px;
}

.step-content h3 {
    font-size: 20px;
    color: #002c71;
    margin-bottom: 5px;
}

.step-content p {
    font-size: 15px;
    color: #000;
}







@media all and (min-width: 320px) and (max-width: 767px) {
    header.et-l.et-l--header {
        z-index: auto;
    }

    .steps-right {
        padding-left: 0px;
    }

    .step-card {
        padding: 15px;
        margin-bottom: 10px;
    }

    .prcs_img img {
        display: none;
    }

    .step-icon {
        font-size: 20px;
        margin-right: 10px;
        margin-top: 0px;
        min-width: 20px;
    }

    .step-content h3 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .step-content p {
        font-size: 13px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    header.et-l.et-l--header {
        z-index: auto;
    }

    .steps-right {
        padding-left: 0px;
    }

    .step-card {
        padding: 15px;
        margin-bottom: 10px;
    }

    .prcs_img img {
        display: none;
    }

    .step-icon {
        font-size: 20px;
        margin-right: 10px;
        margin-top: 0px;
        min-width: 20px;
    }

    .step-content h3 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .step-content p {
        font-size: 13px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .steps-right {
        padding-left: 30px;
    }

    .step-card {
        padding: 15px;
        margin-bottom: 10px;
    }

    .prcs_img img {
        height: 260px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .steps-right {
        padding-left: 30px;
    }

    .step-card {
        padding: 15px;
        margin-bottom: 10px;
    }

    .prcs_img img {
        height: 350px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .steps-right {
        padding-left: 30px;
    }

    .step-card {
        padding: 15px;
        margin-bottom: 10px;
    }

    .prcs_img img {
        height: 350px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .steps-right {
        padding-left: 30px;
    }

    .step-card {
        padding: 15px;
        margin-bottom: 10px;
    }

    .prcs_img img {
        height: 350px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}