#branch-district-span {
    margin-left: 5px;
}

@media (max-width: 650px) {
    #branch-name-show {
        flex-direction: column;
    }
    #branch-district-span {
        margin-left: 0px;
    }
    #branch-data-show {
        margin-right: 0px;
    }
}

@media (max-width: 550px) {
    #branch-info-container {
        flex-direction: column;
        padding-top: 5px;
    }
    #branch-name-show {
        flex-direction: row;
    }
    #branch-district-span {
        margin-left: 5px;
    }
}