.uberUns {
	background-image: unset;
	background-color:  rgb(0, 107, 104, .1);
	border-radius: 20px;
}

.uberUns .link {
	margin:  30px auto 10px auto;
	display:  table;
}

.uberUns__wrapper a {
	text-transform:  none;
	font-size:  inherit;
	font-weight:  bold;
    transition: border-color 0.3s;
    border-bottom: 1px solid transparent;	
}
.uberUns__wrapper a:hover {
 border-bottom: 1px solid #04101c;
}