.ensino__componentes__holder{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ensino__componentes__bg{
    display: none;
}

.ensino__componentes__holder__lista{
    width: calc(100% - 60px);
    padding: 20px;
    background-color:#FAA01E ; 
    color: #fff;   
    font-family: FlamaCondensedMedium;
    font-size: 15px;
    line-height: 35px;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 10px;

}

.ensino__componentes__holder__titulo{
    text-align: left;
    margin: 10px 10px 20px 10px ;
}

.ensino__componentes__holder__titulo h2{
    font-family:FlamaCondensedBlack ; 
    font-size: 25px; 
    line-height: 25px;
    color:#1946A0;
    margin: 0px;
}

.ensino__componentes__holder__titulo p{
    font-family:FlamaCondensedLight ; 
    font-size: 16px; 
    line-height: 16px;
    color:#1946A0;
    text-transform: uppercase;
    margin: 0px;
}


@media only screen and (min-width: 1000px) {

    .ensino__componentes__holder__titulo{
        position: absolute;
        right: 4vw;
        top: 50px;
        text-align: right;
        margin: 0px;
    }
    
    .ensino__componentes__holder__titulo h2{
        font-size: 40px; 
        line-height: 40px;
    }
    
    .ensino__componentes__holder__titulo p{
        font-size: 20px; 
        line-height: 20px;
    }


    .ensino__componentes__bg{
        display: block;
        background-image: url('../imgs/ensino-meio-m-min.jpg');
    
        min-height: 650px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 150px;
    }

    .ensino__componentes__holder__lista{
        width: 300px;
        padding: 60px;
        position: absolute;
        left:4vw ;
        font-size: 20px;
        line-height: 45px;
    }

      
}





