.sobre_nosotros {
    padding-top: 3rem;
 
}

.sobre_nosotros__titulo {
    color: #106ebe;
    font-weight: 700;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 1.25rem 0;
}

.sobre_nosotros__texto {
    line-height: normal;
    margin-bottom: 1rem;
}


.sobre-nosotros__texto--destacado {
    color: #005a9e;
    font-weight: 700;
}


@media screen and (min-width: 1024px) {
    .sobre_nosotros {
        display: flex;
        margin-top: 20px;
    }
    .sobre_nosotros__contenido {
        margin-right: 3rem;
        max-width: 50%;
    }
    .sobre_nosotros__titulo {
        text-align: left;
    }
    .sobre-nosotros__texto--division {
        border-bottom: 1px solid #eae3e3;
        padding-bottom: 1.5rem;
    }
  
}
@media screen and (max-width: 1024px) {
    .slider-frame{
        display: none;
    }
}