.subtitle {
    text-align: center;
    padding: 0 112px;
    margin-bottom: 50px;
}

.container-text-left img,
.container-text-right img,
.aprendiz-estagio-container img {
    width: 100%;
}

.aprendiz-estagio-container {
    overflow: hidden;
    position: relative;

}
@media (min-width: 1000px) and (max-width: 1100px) {
    .container-text-right h6 , .container-text-left h6 {
        font-size: 16px;
        line-height: 18px !important;
    }
    .content-right h3 , .content-left h3 {
        line-height: 28px !important;
    }
    .content-right {
        padding-right: 10px !important;
    }
    .fundo-diferenciais h6, .fundo-diferenciais h3 {
        padding-bottom: 0px !important;
    }
  
}


@media (min-width: 1000px) {

    .estagio,
    .aprendiz {
        padding: 40px 113px;
    }

    .aprendiz-estagio-content {
        display: inline-flex;
        top: 44%;
        right: 0;
        position: absolute;
    }

    .container-text-left .content-left {
        width: 40%;
        position: absolute;
        top: 50%;
        left: 20%;
        transform: translate(-39%, -50%);
    }

    .content-right-reconhecimentos {
        transform: translate(-39%, -40%) !important
    }

    .container-text-left {
        position: relative;
        overflow: hidden;
    }

    .container-text-right {

        position: relative;
        overflow: hidden;
    }

    .container-text-right .content-left h3 {
        color: white !important;
    }

    .container-text-right .content-right h6 {
        line-height: 28px ;
    }

    .container-text-right .content-right {
        width: 40%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(-10%, -44%);
    }
}

@media (max-width: 1000px) {
    .aprendiz-estagio-content {
        margin-top: -126%;
    }

    .subtitle {
        text-align: left;
        padding: 0 17px !important;
    }

    .container-text-left,
    .container-text-right {
        margin-top: 46px;
    }

    .container-text-left {}

    .estagio,
    .aprendiz {
        padding: 0px 15px;
    }

    .estagio h3,
    .aprendiz h3,
    .container-text-right h3,
    .container-text-left h3 {
        text-align: center;
        margin-top: 26px;
    }

    .estagio h6,
    .aprendiz h6,
    .container-text-right h6,
    .container-text-left h6 {
        padding: 15px;
    }

    .container-text-right .content-left {
        margin-top: 0 !important;
    }
}

@media (min-width: 1100px) and (max-width: 1300px) {

    .container-text-right .content-right h6 {
        line-height: 24px !important;
    }

    .content-right h6 {
        font-size: 16px !important;

    }
}

@media (min-width: 1000px) and (max-width: 1500px) {
    .container-text-right .content-right {
        width: 46%;
        transform: translate(0%, -50%);
    }

    .container-text-left .content-left {
        width: 48%;
    }

    .estagio,
    .aprendiz {
        padding: 0px 40px;
    }

    .aprendiz-estagio-container {
        min-height: 1200px;
    }
}