.Empresa-titulo{
    font-family: 'Inter-Medium';
    color:black;
    font-weight: 500;
    font-size: 30px;
}
.Empresa-texto{
    font-family: 'Inter-Regular';
    font-weight: 400;
    color:black;
    font-size: 18px;
    margin-top: 30px;
}
.Empresa-TextoAdd__titulo{
    
    font-family: 'Inter-Bold';
    color:#000000;
    font-weight: 600;
    font-size: 23px;
    text-align: left;
}
.Empresa-TextoAdd__texto{
    
    color:#000000;
    font-family: 'Inter-Medium';
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}