.te_banner{
    background-image: url("../img/banner_terminos.jpg");
    background-size: cover;
}
.te_letras{
    height: 400px;
    padding: 120px;
    color: #ffffff;
    font-family: MyriadPro-BoldIt;
    font-size: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(62, 168, 204, 0.5);
}
.te_texto{
    margin-left: 90px;
    margin-right: 90px;
    font-family: apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    margin-bottom: 100px;
    
}
.te_texto h2{
 
 font-size: 2rem;
 margin: 15px;
 margin-top: 60px;
 margin-bottom: 20px;
}
.te_texto h3{
    margin-top: 20px;
    font-size: 1.5rem;
    margin-bottom:20px;

}

.te_texto p{
    margin-bottom:20px;
    text-align: justify;

}
