#location .row{
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
    justify-items: center;
}
#location .row .col-md-12 h3{
    font-size: 42px;
    padding: 30px 0px;
}
#add{
    font-size: 32px;
    font-family: font2;
    text-align: left;
    
}
#add a{
    text-decoration: none;
    font-size: 28px;
    font-family: font2;
    color:#131313;
}