.Nosotros__SliderTexto{
    color: white;
    font-size: 32px;
    font-weight: 600;
}

.Empresa-titulo{

    color:#333333;
    font-size: 36px;
     font-weight: 500;
}
.Empresa-texto{

    font-weight: 300;
    color:#333333;
    font-size: 16px;
    margin-top: 30px;
}
.Empresa-TextoAdd__titulo{


    color:#333333;
    font-weight: 600;
    font-size: 18px;


}
.Empresa-TextoAdd__texto{

    color:#333333;

    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;

}
.Empresa-texto ul {
    list-style: none; /* Remove default markers */
    padding-left: 0;
}
.Empresa-texto li {
    position: relative;
    padding-left: 25px; /* Adjust as needed for spacing */

}
.Empresa-texto li::before {
    content: "\f058"; /* Unicode for FontAwesome check icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 400; /* FontAwesome Solid icons */
    position: absolute;
    font-size: 20px;
    left: 0;
    color: #969493; /* Change color as needed */
    bottom: -2px;

}
