.page-section__footer{
@include max-width-container();
background-color:$black;
color:$white;
padding:3rem 0 7.5rem 0;
a{color:$white;}
.cell__about{
p{margin-bottom:0.75rem;}
p:last-child a::after{content:" ";}
a::after{content:"•";padding-left:0.5rem;}
a:last-child::after{content:"";}
a{padding:0.25rem;}
}
}