.nosotros-hero__title {
    color: #1A1C89;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    margin-top: 0;
}

.nosotros-hero__text {
    font-weight: 400;
    color: #272727;
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
}

.nosotros-hero__image {
    border-radius: 4px;
    height: 363px;
    width: 600px;
    display: block;
    object-fit: cover;
    margin: auto;
}

.EmpresaCard__textoAdd {
    background-color: #FFFFFF;
    min-height: 435px;
    height: fit-content;
    border-radius: 8px;
    padding-left: 32px;
    padding-right: 32px
}

.Empresa-TextoAdd__titulo {


    color: #1A1C89;
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;

}

.Empresa-TextoAdd__texto {

    color: #303030;
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
