.second-banner-sec.condition-banner .text-box h3 {
    text-align: left !important;
}

.union-sec {
    margin-top: 0rem;
    padding-block: 6rem;
}

.union-sec .text-box h3 {
    margin-left: 1rem;
}

.first-module,
.second-module,
.forth-module {
    padding-block: 6rem;
    position: relative;
}

.third-module {
    position: relative;
    padding-bottom: 6rem;
    border-bottom: 1px solid #C7E582;
}

.module-shape-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*z-index: -2;*/
}

#first-module-bg,
#third-module-bg {
    background: #fff;
}

#second-module-bg {
    background: #E1EEC2;
}

#forth-module-bg {
    background: transparent;
    border-bottom: 1px solid #C7E582;
}

#second-module-bg img,
#forth-module-bg img {
    position: absolute;
    top: 100px;
    left: -150px;
    height: 200px;
    transform: rotate(180deg);
}

#first-module-bg img,
#third-module-bg img {
    position: absolute;
    top: 0;
    right: -150px;
    height: 200px;
    transform: rotate(180deg);
}

.first-module-title {
    padding-bottom: 6rem;
}

.module-img-container {
    position: relative;
    padding: 0;
}

#first-module-img-container {
    display: flex;
    justify-content: flex-end;
}

.first-module-light-green-rect {
    position: absolute;
    height: 370px;
    width: 70%;
    /*z-index: -1;*/
    top: 0;
    left: 0;
    background: #E1EEC2;
}

.third-module-rect {
    position: absolute;
    height: 370px;
    width: 70%;
    /*z-index: -1;*/
    top: 0;
    left: 0;
    background: #F3F3F3;
}

.second-module-green-rect {
    position: absolute;
    height: 100%;
    height: 370px;
    width: 170%;
    /*z-index: -1;*/
    top: 0;
    right: -100%;
    background: #C7E582;
}

.forth-module-green-rect {
    position: absolute;
    height: 100%;
    height: 370px;
    width: 170%;
    /*z-index: -1;*/
    top: 0;
    right: -100%;
    background: #E1EEC2;
}

.module-content {
    padding: 3rem;
}

.second-module-content {
    padding-block: 5rem;
}

.module-img-container .module-img {
    position: absolute;
    height: 370px;
}

/* training-employees-sec */
.training-employees-sec {
    margin-bottom: 15rem;
}
.training-employees-heading2{

    margin-bottom: 5rem;
}
.training-employees-heading {
    font-weight: bold !important;
    margin-block: 8rem;
    margin-bottom: 1rem;
}

.training-employees-element {
    position: relative;
}

.training-employees-element .element-title {
    align-items: center;
    padding-block: 4rem;
}

.training-employees-element .element-title p:first-child {
    font-weight: bold !important;
    font-size: 2rem;
    margin-right: 1rem;
}

.training-employees-element .element-title p:last-child {
    font-weight: bold !important;
}

.training-employees-element .element-title h3 {
    font-weight: bold !important;
    font-size: 1rem;
}

#second-element {
    margin-block: 1rem;
}

#third-element {
    margin-block: 1.5rem;
}

#forth-element {
    margin-block: 2rem;
}

.training-employees-element .training-employees-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*z-index: -2;*/
    background: #fff;
}

.training-employees-element .training-employees-bg img {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
}

.training-employees-element .employees-element-dcs {
    position: relative;
    padding: 4rem;
}

.employees-element-dcs .employees-element-dcs-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*z-index: -1;*/
}

.employees-element-dcs .employees-element-dcs-bg img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1399px) {
    .union-sec {
        margin-top: 5rem;
    }
}

@media (max-width: 991px) {
    .second-banner-sec.condition-banner .text-box h3 {
        text-align: center !important;
    }

    .union-sec {
        padding-top: 0;
        margin-top: 0;
        padding-inline: 2rem;
    }

    .first-module,
    .second-module,
    .forth-module {
        padding-block: 3rem;
    }

    .first-module-title {
        padding-inline: 2rem;
        padding-bottom: 2rem;
    }

    #first-module-bg img,
    #third-module-bg img {
        top: 0;
        right: -100px;
        height: 120px;
    }

    #second-module-bg img,
    #forth-module-bg img {
        top: 0;
        left: -100px;
        height: 120px;
    }

    .second-module-content {
        padding-block: 4rem;
        padding-inline: 2rem;
    }

    #third-module-bg img {
        top: 380px;
        right: -100px;
        height: 120px;
    }

    .training-employees-heading {
        margin-block: 4rem;
        margin-inline: 2rem;
        margin-bottom: 1rem;
    }

    .training-employees-element .element-title,
    .training-employees-element .employees-element-dcs {
        padding: 2rem;
    }

    .training-employees-sec {
        margin-bottom: 0;
    }

    .training-employees-element .element-title {
        justify-content: center;
    }
}

@media (max-width: 575px) {

    .module-img-container .module-img,
    .first-module-light-green-rect,
    .second-module-green-rect,
    .forth-module-green-rect,
    .third-module-rect {
        height: 300px;
    }

    #third-module-bg img {
        top: 300px;
    }

    .training-employees-heading {
        margin: 2rem;
        margin-bottom: 1rem;
    }

    .union-sec .text-box h3 {
        margin-left: 0;
    }
}