/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

.nav2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    place-content: center;
    padding-inline-start: 0;
}

ul.address-list {
    padding-inline-start: 0;
}
