.address {
    font-weight: bold;
}

.committee-map {
    width: 200px !important;
    position: relative;
    right: 0;
}

.district {
    display: flex !important;
    justify-content: space-between !important;
}

.left {
    display: inline-block;
    width: 50% !important;
}

.right {
    display: inline-block;
    width: 40%  !important;
    text-align: right;
}

@media screen and (max-width: 900px) {
    .district {
        display: block !important;
    }

    .left {
        width: 100% !important;
    }

    .right {
        width: 100% !important;
        text-align: center;
    }
}
