.reference-map-row
background: $lightGreyBackground
position: relative
padding: 100px 0 0
.content-container
h2
+font-default(20px, 32px)
margin: 0 0 40px
text-align: center
color: $fontColor1
&:after
content: ''
width: 20px
height: 3px
background: $highLightRed
display: block
margin: auto
+transition(width 0.5s)
&:hover
h2
&:after
width: 40px