.relative {
    position: relative;
}

.email-bauwerk>div label::after {
    content: '@bauwerk.com';
    position: absolute;
    bottom: 0;
    right: 6px;
    color: gray;
    background-color: rgb(230, 230, 230);
    height: 36px;
    width: 122px;
    padding-top: 6px;
    padding-left: 11px;
}

.email-bauwerkgroup::after {
    content: '@bauwerk-group.com';
    position: absolute;
    bottom: 0;
    right: 6px;
    color: gray;
    background-color: rgb(230, 230, 230);
    height: 36px;
    width: 162px;
    padding-top: 6px;
    padding-left: 11px;
}