.location {
height: 130px;
position: relative;
text-align: center; }
.location h5 {
position: relative;
top: 50%;
transform: translateY(-50%);
margin: 0; }
.location i {
font-size: 130px;
line-height: 130px;
opacity: .1;
font-style: normal;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
pointer-events: none;
white-space: nowrap; }